Installing Open64
Obtaining the Source Code
To compile Open64 you need to obtain the source code first.
There are two ways:
- Obtain the Source Code as Archive
You can download the source code from Sourceforge.net
You will find the links to the different versions in our
download section.
You have to obtain the source code and the prebuild libraries/binaries!
Extract the source code and the prebuild binaries/libraries
tar xzf open64-2.0.x.tar.gz
tar xzf open64-2.0.x-prebuild.tar.gz - Obtain the Source Code from our Subversion Repository
You can also obtain the latest version of our source code from the subversion repository.
To get the latest version issue the following command:
svn export https://svn.open64.net/svnroot/open64/trunk open64
This will copy the latest code to the directory open64.
You can also surf through our subversion repository online.
http://svn.open64.net
You also need to obtain the prebuild libraries/binaries and extract them to the root directory of the Open64 source code.



