Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
fr:compilation [2015/06/30 13:17]
bepo [Dépendances]
fr:compilation [2015/07/03 16:57]
bepo [Dépendances]
Line 10: Line 10:
   $ sudo add-apt-repository ppa:efl/trunk   $ sudo add-apt-repository ppa:efl/trunk
   $ sudo apt-get update   $ sudo apt-get update
-  $ sudo apt-get install build-essential libelementary-dev automake autoconf libtool  libjansson-dev liblua5.1-0-dev autopoint libevas1-engines-x libelementary-bin libusb-1.0 libusb-1.0-0-dev libluajit-5.1 php5 php5-curl+  $ sudo apt-get install build-essential libelementary-dev automake autoconf libtool  libjansson-dev liblua5.1-0-dev autopoint libevas1-engines-x libelementary-bin libusb-1.0 libusb-1.0-0-dev libluajit-5.1 php5 php5-curl gettext
  
 Pour la connection SSH Pour la connection SSH
Line 24: Line 24:
   $ sudo make install   $ sudo make install
  
-  $ wget http://luajit.org/download/LuaJIT-2.0.3.tar.gz 
-  $ tar zxvf LuaJIT-2.0.3.tar.gz 
-  $ cd LuaJIT-2.0.3 
-  $ make 
-  $ sudo make install