From OpenSCADAWiki
Steps of the local building:
- 1. Configure the building system of OpenSCADA:
mkdir ~/OScadaW
./configure --prefix=/home/user/OScadaW
- 2. Build OpenSCADA:
make
- 3. Install OpenSCADA:
make install
- 4. The program is ready to start up:
cd ~/OScadaW/bin
./openscada