From OpenSCADAWiki
Steps of preparation the source tree for building:
- 1. Make directory for the project building:
mkdir ~/projects
cd ~/projects
- 2. Download the sources package. It may be made from two ways:
- [TAR] download TAR archive from the FTP/HTTP-server http://ftp.oscada.org/OpenSCADA/ and unpack it, for example:
wget http://ftp.oscada.org/OpenSCADA/Work/openscada-1+r2920.tar.xz
wget http://ftp.oscada.org/OpenSCADA/Work/openscada-res-1+r2920.tar.xz
tar -xvf openscada-1+r2920.tar.xz
cd openscada-1+r2920
tar -xvf ../openscada-res-1+r2920.tar.xz
- [SVN] obtain the project source tree from the SVN-repository:
svn co http://oscada.org/svn/trunk/OpenSCADA/
cd OpenSCADA
- 3. Resolve the OpenSCADA dependencies for the building, in accordance to the demands.
- 4. [SVN] Generate of the building system, when download from the SVN-repository:
autoreconf -ivf