27 Jul
2006
27 Jul
'06
1:27 p.m.
I was able to build miniAudicle on Debian and have been playing with it for the last few hours. It's working great! Cool IDE! Under Debian, it was necessary to build wxWidgets from source.
I tried to build it (debian/linux), I followed everything except "2. Build the Styled Text Control (STC) wxWidgets contrib library." Since I couldn't find the directory build-gtk).
build-gtk is a directory that you create. I followed these instructions (from wxWidgets README-GTK.txt) : mkdir build_gtk cd build_gtk ../configure --with-gtk=2 make su <type root password> make install ldconfig Now there's a contrib/src/stc/ directory! Hope this helps. - Tyler Gillies