Thanks for tip Leonardo - I got it going like this in the end: user$ sudo apt-get install libgtk2.0-dev user$ sudo apt-get install libgl1-mesa-dev
user$ svn co svn co http://svn.leocad.org/tags/leocad-0.75.1 leocad user$ cd leocad user$ make config user$ make user$ strip bin/leocad user$ sudo cp bin/leocad /usr/local/bin/ root$ cd /tmp root$ wget http://leocad.googlecode.com/files/pieces18.zip root$ wget http://leocad.googlecode.com/files/update18.zip root$ mkdir /usr/local/share/leocad root$ cd /usr/local/share/leocad root$ unzip /tmp/pieces18.zip root$ unzip /tmp/update18.zip user$ leocad -l /usr/local/share/leocad On Monday 10 Oct 2011, Leonardo Zide wrote: > The library format changed between 0.75.1 and 0.75.2, try downloading the > latest source zip. > > On Sun, Oct 9, 2011 at 6:06 AM, Peter Hargreaves <peter@pdh- online.info>wrote: > > Hi Folks, > > > > I've downloaded and extracted leocad-0.75.1.tgz to ~/Destop/leocad-0.75.1 > > > > I've run 'make config' and 'make'. > > > > I've also downloaded pieces-4806.zip and extracted it to > > /usr/local/share/leocad/ > > > > I've created run.sh in ~/Destop/leocad-0.75.1 containing: > > LEOCAD_LIB=/usr/local/share/leocad/ > > ./bin/leocad > > > > But the following happens: > > peter@dv-460mt:~/Desktop/leocad-0.75.1$ ./run.sh > > Error: Cannot load pieces library. > > > > Could someone please advise where I've gone wrong. Many thanks. > > > > Peter > > _______________________________________________ > > Leocad mailing list > > [email protected] > > https://list.gerf.org/listinfo/leocad _______________________________________________ Leocad mailing list [email protected] https://list.gerf.org/listinfo/leocad
