$ tar xvfz wxGTK-2.6.2.tar.gz $ cd wxGTK-2.6.2 $ ./configure --enable-unicode $ make $ su Password: # make install
$ tar xvfz gspiceui-v0.8.55.tar.gz
$ cd gspiceui-v0.8.55 $ make
$ su Password: # make install
$ gspiceui gspiceui: error while loading shared libraries: libwx_gtk2_xrc-2.6.so.0: cannot\ open shared object file: No such file or directory
$ export LD_LIBRARY_PATH=/usr/local/lib
$ gspiceui &