Re: REALLY IMPORTANT: is anyone interested in HMG4 ?
Posted: Mon Sep 19, 2011 12:55 pm
Hi.
If you never download code via SVN, first install TortoiseSVN from http://tortoisesvn.net/downloads.html
After that, in Windows Explorer right-click in your C:\ ( or any other drive you want ) and select SVN Checkout.
In URL of repository type https://hmg.svn.sourceforge.net/svnroot/hmg
The Checkout directory will be automatically filled with C:\hmg which is where SVN will download the code. You can change this if you want.
In Checkout Depth choose Fully recursive.
In Revison choose HEAD revision.
Click OK.
That's it, after download process ends you have the source code in C:\hmg.
Open a console at C:\hmg and run buildlib.bat to build the lib.
Open a console at C:\hmg\samples and type build build_all to build the samples.
Since this can be a pain to a first time SVNer I will try to introduce some guidance...Ricci wrote:How do I download the svn?
If you never download code via SVN, first install TortoiseSVN from http://tortoisesvn.net/downloads.html
After that, in Windows Explorer right-click in your C:\ ( or any other drive you want ) and select SVN Checkout.
In URL of repository type https://hmg.svn.sourceforge.net/svnroot/hmg
The Checkout directory will be automatically filled with C:\hmg which is where SVN will download the code. You can change this if you want.
In Checkout Depth choose Fully recursive.
In Revison choose HEAD revision.
Click OK.
That's it, after download process ends you have the source code in C:\hmg.
Open a console at C:\hmg and run buildlib.bat to build the lib.
Open a console at C:\hmg\samples and type build build_all to build the samples.