User Tools

Site Tools


install:devel:git

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
Previous revision
install:devel:git [2017/02/06 14:25]
miconda [2. Getting sources from GIT]
install:devel:git [2019/01/11 17:20]
pepelux
Line 26: Line 26:
  
   * __git__ client: apt-get install git-core - it is recommended to have a recent version, if your Linux distro has an old version, you can download newer one from: http://git-scm.com/   * __git__ client: apt-get install git-core - it is recommended to have a recent version, if your Linux distro has an old version, you can download newer one from: http://git-scm.com/
-  * __gcc__ compiler: apt-get install gcc+  * __gcc__ and __g++__ compilers: apt-get install gcc g++
   * __flex__ - apt-get install flex   * __flex__ - apt-get install flex
   * __bison__ - apt-get install bison   * __bison__ - apt-get install bison
Line 67: Line 67:
  
 <code> <code>
-  nano -w modules.lst+  nano -w src/modules.lst
 </code> </code>
  
install/devel/git.txt ยท Last modified: 2019/01/11 17:20 by pepelux