All,<br><br>I am just posting this in case it is of any use to anyone. As a complete Linux newbie I've just installed Fluxus on Ubuntu. I started from a completely clean Ubuntu installation. These are my notes on the steps I followed if you want to try (or make this info available to others). Most of the dependencies are in the Ubuntu Package Manager which makes it relatively pain free.<br><br>For people from Windows that just want to dip a toe in the Linux water I would recommend WUBI (http://wubi-installer.org/). It creates a virtual hard-disk with an Ubuntu installation as a file on your Windows volume and uses the Windows boot menu to choose the OS at startup. No repartitioning and no changes to your MBR required!<br><br>BTW I suspect a lot of you know me from Dorblot London meetings. My projects page (http://www.lushprojects.com/) may jog a few memories.<br><br>I am quite excited by my first impressions of Fluxus, but more of that in a "hopeless newbie questions" email
 in a moment.<br><br>Cheers<br><br>Iain.<br><br>----------------<br><br><br>Ubuntu Installation on HP NC6400<br><br>How to install Fluxus on a clean Ubuntu Feisty Fawn 7.04<br><br>Note: "install" means install using the Synaptic Package Manager. "install application" means install using Application -> Add/Remove...<br><br>* Replace this step with what is right for your video card *<br>1) Installed package "xserver-xorg-video-intel" to give correct screen resolution (doing this replaces one of the default packages)<br><br>NOTE: Ctrl-Alt-Backspace restarts X-windows<br><br>2) Installed package "jackd"<br><br>3) Install application "Jack control"<br>(Jack control panel appears in sound)<br><br>4) Install libode0c2 and libode0-dev<br><br>5) Install "scons" package<br><br>6) Install "libglew-dev" package (glew already installed)<br><br>7) Install fftw3 and fftw3-dev<br><br>8) Install libsndfile1-dev (libsndfile1 already installed)<br><br>9) install liblo0-dev and
 liblo0<br><br>15) Install libxext-dev<br><br>16) install libxt-dev<br><br>17) install libxaw7-dev<br><br>18) Download PLT scheme from http://www.pawfal.org/Software/fluxus/files/plt-369.10-src-unix.tgz<br><br>19) Unpack and cd in to "src" in unpacked archive<br><br>20) ./configure --enable-shared --prefix=/usr/local<br><br>21) make<br><br>22) sudo make install<br><br>23) Install libjpeg62-dev<br><br>24) Install libtiff4-dev<br><br>25) Install libfreetype6-dev<br><br>26) Install libpng12-dev<br><br>27) Install libjack0.100.0-dev<br><br>28) Install freeglut3-dev libglut3-dev<br><br>29) Download and unpack fluxus<br><br>30) cd to fluxus dir<br><br>31) scons<br><br>32) sudo scons install<br><br>33) Update library path. NOTE: This is a funny on BSD and Ubuntu - they don't treat /usr/local/lib as a standard library path. Choose a better editor than "vi" if you don't already know how to use it.<br>cd /etc<br>sudo vi ld.so.conf<br>insert line "/usr/local/lib"<br><br>34) sudo
 ldconfig<br><br>35) create $home/.fluxus.scm containing<br> (start-audio "" 1024 44100)<br><br>36) Run fluxus "fluxus"<br><br>fluxus -p ~/Desktop/secret-one.keys<br><br><br><br><br><BR><BR>