Re: gpsim, documentation
"Xiaofan Chen" <[email protected]> Tue, 30 May 2006 19:59:26 +0800
| Newsgroups | gmane.comp.hardware.microcontrollers.gnupic |
|---|---|
| Message-ID | <[email protected]> |
On 5/29/06, Nestor A. Marchesini <[email protected]> wrote: > For the present I have compiled and using successfully gpsim-0.21.11, but > I do not manage to compile the version downloaded from the svn. > Which are the steps to continuing after coming out from the svn? http://www.dattalo.com/gnupic/gpsim_cvs.html The first time: $ libtoolize $ aclocal (or aclocal-1.9 if you are Debian user) $ autoheader $ automake --add-missing (or use automake-1.9 is you are Debian user) $ autoconf $ ./configure $ make $ su root (or use "sudo make install" if you are Ubuntu user) # make install # exit The subsequent times: $ automake (?? not so sure here but this is the answer from Scott last time) $ ./configure $ make $ su root # make install # exit Regards, Xiaofan