merge wxPython4
authorEdouard Tisserant <edouard.tisserant@gmail.com>
Tue, 13 Sep 2022 16:51:54 +0200
branchwxPython4
changeset 3608 02229133df43
parent 3591 50600b946ea7 (current diff)
parent 3607 cfbdccad71a5 (diff)
child 3609 51a3d6f39944
merge
--- a/README.md	Tue Sep 13 16:22:09 2022 +0200
+++ b/README.md	Tue Sep 13 16:51:54 2022 +0200
@@ -19,14 +19,12 @@
 
 * Prerequisites
 
-		# Ubuntu/Debian :
-		sudo apt-get install build-essential bison flex autoconf
-		sudo apt-get install python-wxgtk3.0 pyro mercurial
-		sudo apt-get install python-nevow python-matplotlib python-lxml python-zeroconf python-cycler
-		sudo apt-get install python-autobahn python-u-msgpack
-
-		sudo apt-get install libpython2.7-dev
-		pip2 install --user sslpsk posix_spawn
+  	# Ubuntu/Debian :
+  	sudo apt-get install build-essential bison flex autoconf
+  	sudo apt-get install python2-dev libpython2.7-dev libgtk-3-dev libssl-dev libgl1-mesa-dev libglu1-mesa-dev python-setuptools python-lxml 
+  	
+  	python2 -m pip install wxPython==4.1.1
+  	python2 -m pip install pyro mercurial==5.9.3 nevow matplotlib lxml zeroconf2 cycler autobahn msgpack u-msgpack-python sslpsk posix_spawn future enum34 twisted click opcua pycountry fonttools Brotli python-config
 
 * Prepare
 
@@ -155,7 +153,7 @@
 ## Documentation ##
 
  * See [Beremiz youtube channel](https://www.youtube.com/channel/UCcE4KYI0p1f6CmSwtzyg-ZA) to get quick information how to use Beremiz IDE.
- 
+
  * [Official user manual](http://beremiz.readthedocs.io/) is built from sources in doc directory.
    Documentation does not cover all aspects of Beremiz use yet.
    Contribution are very welcome!