> On 06/03/14 10:09 AM, Rusmir Dusko wrote: > > Have to try to use from old version 0.80.1 pieces-7439.zip > > > > library.bin > > > > > > Or plain LDraw folder /usr/local/share/ldraw copied to > > > > /usr/local/share/leocad
> By default, it expects a directory $PREFIX/share/leocad/library.bin > That library.bin is the root of ldraw and should contain "p", "parts", > "LDConfig.ldr", etc. > (this is the content of the "ldraw" directory as put in the official > LDraw .zip) ls -l /usr/local/share/ldraw total 1249 -r--r--r-- 1 root wheel 15266 21 Jul 2013 LDCfgalt.ldr -r--r--r-- 1 root wheel 25867 21 Jul 2013 LDConfig.ldr -r--r--r-- 1 root wheel 152 6 Jan 2010 LDConfig_TLG.ldr -r-xr-xr-x 1 root wheel 15112 5 Mar 18:27 mklist drwxr-xr-x 2 root wheel 50 5 Mar 18:26 models drwxr-xr-x 4 root wheel 874 5 Mar 18:29 p drwxr-xr-x 3 root wheel 7934 5 Mar 18:29 parts -rw-r--r-- 1 root wheel 500093 5 Mar 18:27 parts.lst > A symlink works. I have used, not helps, but this is best Soluttion if works ln -s /usr/local/share/ldraw /usr/local/share/leocad > Alternatively you can set the path of the library in $LEOCAD_LIB > Or pass the -l option. I can't expect that one user use enviroment Variables or -l This works good :) export LEOCAD_LIB=/usr/local/share/ldraw This works good :) leocad -l /usr/local/share/ldraw How can i set that LeoCad works without these LEOCAD_LIB and -l? I think that default use LeoCad /usr/share/ldraw and this is not in FreeBSD. Not helps this is not to use here in FreeBSD all local must be in /usr/local ln -s /usr/local/share/ldraw /usr/share/leocad > Now the bug is that IMHO is should be looking for > $PREFIX/share/leocad/ldraw > or better for > $PREFIX/share/ldraw > Since the top level folder of the "complete.zip" download for LDraw.org > is "ldraw" I have too tried to use "complete.zip", not helps ls -l /usr/local/share/leocad total 24725 -rw-r--r-- 1 root wheel 25216837 23 Dec 21:36 complete.zip -- Best regards, Rusmir Dusko _______________________________________________ Leocad mailing list [email protected] https://list.gerf.org/listinfo/leocad
