README.md
changeset 3605 7aa4209c2b2d
parent 3450 8be4b8f092cd
child 3606 2bec3d8a9d01
equal deleted inserted replaced
3588:412090a6b3a7 3605:7aa4209c2b2d
    17 
    17 
    18 ## Build on Linux ##
    18 ## Build on Linux ##
    19 
    19 
    20 * Prerequisites
    20 * Prerequisites
    21 
    21 
    22 		# Ubuntu/Debian :
    22   	# Ubuntu/Debian :
    23 		sudo apt-get install build-essential bison flex autoconf
    23   	sudo apt-get install build-essential bison flex autoconf
    24 		sudo apt-get install python-wxgtk3.0 pyro mercurial
    24   	sudo apt-get install libpython2.7-dev libgtk-3-dev libssl-dev
    25 		sudo apt-get install python-nevow python-matplotlib python-lxml python-zeroconf python-cycler
    25   	
    26 		sudo apt-get install python-autobahn python-u-msgpack
    26   	python2 -m pip install wxPython==4.1.1
    27 
    27   	python2 -m pip install pyro mercurial==5.9.3 nevow matplotlib lxml zeroconf==0.19.1 cycler autobahn msgpack sslpsk posix_spawn future
    28 		sudo apt-get install libpython2.7-dev
       
    29 		pip2 install --user sslpsk posix_spawn
       
    30 
    28 
    31 * Prepare
    29 * Prepare
    32 
    30 
    33 		mkdir ~/Beremiz
    31 		mkdir ~/Beremiz
    34 		cd ~/Beremiz
    32 		cd ~/Beremiz
   153 Most of examples are shown on [Beremiz youtube channel](https://www.youtube.com/channel/UCcE4KYI0p1f6CmSwtzyg-ZA).
   151 Most of examples are shown on [Beremiz youtube channel](https://www.youtube.com/channel/UCcE4KYI0p1f6CmSwtzyg-ZA).
   154 
   152 
   155 ## Documentation ##
   153 ## Documentation ##
   156 
   154 
   157  * See [Beremiz youtube channel](https://www.youtube.com/channel/UCcE4KYI0p1f6CmSwtzyg-ZA) to get quick information how to use Beremiz IDE.
   155  * See [Beremiz youtube channel](https://www.youtube.com/channel/UCcE4KYI0p1f6CmSwtzyg-ZA) to get quick information how to use Beremiz IDE.
   158  
   156 
   159  * [Official user manual](http://beremiz.readthedocs.io/) is built from sources in doc directory.
   157  * [Official user manual](http://beremiz.readthedocs.io/) is built from sources in doc directory.
   160    Documentation does not cover all aspects of Beremiz use yet.
   158    Documentation does not cover all aspects of Beremiz use yet.
   161    Contribution are very welcome!
   159    Contribution are very welcome!
   162    
   160    
   163  * [User manual](http://www.sm1820.ru/files/beremiz/beremiz_manual.pdf) from INEUM (Russian).
   161  * [User manual](http://www.sm1820.ru/files/beremiz/beremiz_manual.pdf) from INEUM (Russian).