How to compile vsprog and vsgui
compile vsprog:
Source code of VSProg is available at
http://vsprog.googlecode.com/svn/trunk/.
You MUST install subversion, autotools, libusb-dev, libxml2-dev, texinfo to
download/config/compile/install vsprog.
1. Download source code:
svn co
http://vsprog.googlecode.com/svn/trunk/
2. Enter into project directory, configure, compile and install
./bootstrap && ./configure
--enable-maintainer-mode && make && sudo make install-strip
You can also download my
configured MinGW environment
under Windows, and run vsprog_update in /home directory.
compile vsgui:
1. Install the latest Lazarus, download from
http://sourceforge.net/projects/lazarus/files/.
2. Run lazarus and open vsgui.lpi under vsgui directory of
vsprog.
3. Press Ctrl + F9 to compile.