> I can't upload files to Google Code, they changed their policy and no one > is allowed to upload new files to any projects anymore.
Good. Can you upload to SourgForge is very good and redundant http://sourceforge.net/ I have to there one account http://sourceforge.net/projects/nemysisfreebsdp/ > When I unzip Library-Linux-7931.zip I get a library.bin file, I don't > know how you're not getting the same file. > By default LeoCAD will look in /usr/share/leocad for the library, if you > want to use /usr/local (or any other place) you have to pass a new value > for INSTALL_PREFIX to qmake. I have now used in Makefile but not helps QMAKE_ARGS+= INSTALL_PREFIX=${PREFIX} where ${PREFIX} is /usr/local and this is only for where to install LeoCad How i can say that LeoCad looks into /usr/local/share/ldraw? > On Thu, Mar 6, 2014 at 7:09 AM, Rusmir Dusko <[email protected]> wrote: > > Hello all > > > > I'm FreeBSD maintainer for > > > > LeoCAD > > > > http://www.freshports.org/cad/leocad/ > > > > > > LDraw > > > > http://www.freshports.org/cad/ldraw/ > > > > > > BrickUtils > > > > http://www.freshports.org/cad/brickutils/ > > > > > > As of now version 0.80.1 LeoCAD was downloaded from > > > http://code.google.com/p/leocad/downloads/list > > > > I can't download this source thru FreeBSD Makefile mechanism from Google > > Drive > > > > > > https://drive.google.com/folderview?id=0B4QpN1vpGh_sUWJZSkVVaEtzcW8&usp=sharing#list > > > > > > I looked at > > > > http://www.leocad.org/trac/wiki/CompilingGuide > > > > and in past used to download 0.80.2 version from > > > > svn co http://svn.leocad.org/tags/leocad-0.80.2 leocad > > > > > Could you upload 0.80.2 version to Google Code? > > > > > > I downloaded from Google Drive > > > Library-Linux-7931.zip > > > > but just see a folder in there ldraw > > > > ldraw > > > > In CompilingGuide it says > > > > unzip Library-Linux-7931.zip > > > Tried with > > > > unzip -q -o Library-Linux-7931.zip -d /usr/local/share/leocad > > > > > > 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 > > > > > > In email from Thu Jul 18 13:08:43 EDT 2013 > > > > > > After testing the result more, I might convert this code into a Debian > > > > package > > > > to provide a DFSG free parts library which can be used by other > > programs > > > > but > > > > contains a few more pieces than the leocad parts library. Leocad is of > > > > course > > > > free to use that library as well. If there is an easy way to convert > > > ldraw > > > > parts libraries to leocad format, the binary package could offer both > > > > versions. > > > > > > > LeoCAD uses LDraw files directly, there's no need to do anything. I just > > > prefer to have them zipped but it's not a requirement. > > > > > Don't forget to generate a parts.lst file. > > > > I use in my Makefile for FreeBSD port LDraw > > > > @(cd ${STAGEDIR}${DATADIR} ; ./mklist -d) > > > > > > But get allways only > > > > 'LeoCAD could not find a compatible Pieces Library so only a small number > > of pieces will be available. > > > > Please visit http://www.leocad.org for information on how to download and > > install a library.' > > > > > > LeoCad version 0.80.2 is not usable in FreeBSD at the momment. > > > Please correct this. > > > > Thanks in advance. -- Best regards, Rusmir Dusko _______________________________________________ Leocad mailing list [email protected] https://list.gerf.org/listinfo/leocad
