doc/manual/install.rst
changeset 3925 1d383b4c0a23
parent 3924 abaa68df90f4
child 3926 a6ec38dcbfb5
--- a/doc/manual/install.rst	Tue Mar 26 17:10:26 2024 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,51 +0,0 @@
-Beremiz installation 
-====================
-
-Windows
--------
-Download installer, install. 
-
-Linux
------
-Pre-requisites::
-
-    # Ubuntu/Debian :
-    sudo apt-get install python-wxgtk2.8 pyro mercurial
-    sudo apt-get install build-essential bison flex python-numpy python-nevow
-
-Prepare::
-
-    mkdir ~/Beremiz
-    cd ~/Beremiz
-
-Get Source Code::
-
-    cd ~/Beremiz
-    
-    hg clone http://dev.automforge.net/beremiz
-    hg clone http://dev.automforge.net/plcopeneditor
-    hg clone http://dev.automforge.net/matiec
-
-Build MatIEC compiler::
-
-    cd ~/Beremiz/matiec
-    ./configure
-    make
-
-Build CanFestival (optional):: 
-
-    # Only needed for CANopen support. Please read CanFestival 
-    # manual to choose CAN interface other than 'virtual'::
-
-    cd ~/Beremiz
-    hg clone http://dev.automforge.net/CanFestival-3
-    
-    cd ~/Beremiz/CanFestival-3
-    ./configure --can=virtual
-    make
-
-Launch Beremiz::
-
-    cd ~/Beremiz/beremiz
-    python Beremiz.py
-