What is the license for S.A.G.E.?
S.A.G.E. and all derivative works are licensed under a modified version of the MIT license. You can find the license here.
Where do I find the license information for OpenSAGE and the libraries that it uses?
All of the licenses can be found in the OpenSAGE trac under /auxx/extern_libs/LICENSES. If you have any questions about license information don't hesitate to ask.
How do I checkout the current version of OpenSAGE?
Current the best way to checkout the most recent version is to run these series of commands:
mkdir sageWorkingCopy
cd sageWorkingCopy
svn co http://opensage.cwru.edu/svn/core_code/trunk/
svn co http://opensage.cwru.edu/svn/auxx/
cd trunk/src
./configure
Edit config/arch
set EXTERNDIR=../../auxx/extern_libs
cd c++
make BUILD=RELEASE
We are currently in the process of writing a python script that will automate this process. Replacing "9999-my_ticket_name" with the appropriate ticket.
How do I make OpenSAGE once I have it checked out?
Navigate to the /src directory and type:
~$ ./configure ~$ cd c++
You can type "make" at this point to make all of openSAGE or cd to a certain program folder and then type make to only make that program.
Where Do I get help for svn issues or general questions?
email Rob Shields: robert.shields@case.edu
