Changes

Jump to navigation Jump to search
10 bytes added ,  16:34, 26 July 2016
Line 1: Line 1:  
== Install ==
 
== Install ==
 
=== Ubuntu server 16.04LTS ===
 
=== Ubuntu server 16.04LTS ===
 +
sudo apt-get update
 +
sudo apt-get install make dpkg-dev
 
  wget https://www.python.org/ftp/python/2.7.12/Python-2.7.12.tar.xz
 
  wget https://www.python.org/ftp/python/2.7.12/Python-2.7.12.tar.xz
 
  tar xvf Python-2.7.12.tar.xz
 
  tar xvf Python-2.7.12.tar.xz
 
  ./configure
 
  ./configure
sudo apt-get update
  −
sudo apt-get install make
   
  make
 
  make
 
  make install
 
  make install

Navigation menu