User Tools

Site Tools


geda:gaf_building_git_version

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
Last revision Both sides next revision
geda:gaf_building_git_version [2019/10/07 15:42]
rlutz Update build dependencies
geda:gaf_building_git_version [2019/10/07 15:45]
rlutz Add “--enable-silent-rules”
Line 30: Line 30:
   * Build the software by executing the following commands inside of the newly cloned git repository:<​code>​   * Build the software by executing the following commands inside of the newly cloned git repository:<​code>​
 $ ./​autogen.sh $ ./​autogen.sh
-$ ./configure --prefix=$HOME/​geda+$ ./configure --prefix=$HOME/​geda ​--enable-silent-rules
 $ make $ make
 $ make install $ make install
Line 70: Line 70:
   - From inside the newly cloned repository, build gEDA/​gaf:<​code>​   - From inside the newly cloned repository, build gEDA/​gaf:<​code>​
 $ ./​autogen.sh $ ./​autogen.sh
-$ ./configure --prefix=$HOME/​geda [--enable-doxygen]+$ ./configure --prefix=$HOME/​geda ​--enable-silent-rules ​[--enable-doxygen]
 $ make $ make
 $ make install $ make install
geda/gaf_building_git_version.txt · Last modified: 2019/10/07 15:45 by rlutz