Re: [Torch5-devel] torch5 svn
Status: Pre-Alpha
Brought to you by:
andresy
From: Ronan C. <ro...@co...> - 2008-09-16 22:24:41
|
Hey The SVN repository has been cleaned up. You will have to check it out again, I am sorry for the inconvenience. The instructions differ slightly than previous ones. It is now: svn checkout https://torch5.svn.sourceforge.net/svnroot/torch5/trunk torch (while before it was 'svn checkout https://torch5.svn.sourceforge.net/ svnroot/torch5/trunk/torch') The second argument 'torch' is the name you want for the directory. You can call it whatever you want. A contrib packages SVN repository has been created. It is optional, but you can checkout it with: cd torch svn checkout https://torch5-contrib.svn.sourceforge.net/svnroot/ torch5-contrib/trunk contrib Notes: (1) contrib packages should be checked out in torch main directory. They must be checked out in contrib in this main directory so that CMake can detect them. (2) to compile a contrib package, like "jpeg", you add - DWITH_CONTRIB_jpeg=1 when calling CMake. The package should be then compiled with the rest. (3) there is no trace of "external/" directory anymore in the torch5 SVN repository. Ronan. On Sep 16, 2008, at 4:46 PM, Ronan Collobert wrote: > the svn repository is still under re-arrangement. i just submitted > the new clean dump svn file to sourceforge, and the sourceforge > guys should update it in the next hours. please, i *insist* do not > commit or even update in the meantime. i will keep you updated. > > ronan. > |