From OpenSCADAWiki
Jump to: navigation, search

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:
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