View Issue Details

IDProjectCategoryView StatusLast Update
0001591GNUnetbuild processpublic2010-10-21 15:47
Reporterc89_nerd Assigned ToChristian Grothoff  
PrioritynormalSeveritytextReproducibilityalways
Status closedResolutionfixed 
Summary0001591: INSTALL documet contradicts ./configure
Description$ ./configure --with-extractor=/usr/local 2>&1|less
[...]
You can build GNUnet with
        make install
now. [...]
[...]
$ less INSTALL
[...]
   Briefly, the shell commands `./configure; make; make install' should
configure, build, and install this package. [...]
[...]

Which is it?
$ ./configure; make; make install
or
$ ./configure; make install
TagsNo tags attached.

Activities

mrwiggles

2010-07-28 10:29

developer   ~0004086

Running make (as explained in more detail in INSTALL) simply compiles gnunet. Running make install installs the files to the proper location on the system. The only issue might be that the first message should say you can build and install GNUnet with make install.

Christian Grothoff

2010-07-28 22:13

manager   ~0004089

Right, the 'make install' is simply a (minor) simplification. Anyway, I've put even more detailed instructions into SVN 12384. Also they are now consistent with INSTALL.

Issue History

Date Modified Username Field Change
2010-07-28 00:10 c89_nerd New Issue
2010-07-28 10:29 mrwiggles Note Added: 0004086
2010-07-28 22:13 Christian Grothoff Note Added: 0004089
2010-07-28 22:13 Christian Grothoff Status new => resolved
2010-07-28 22:13 Christian Grothoff Resolution open => fixed
2010-07-28 22:13 Christian Grothoff Assigned To => Christian Grothoff
2010-10-21 15:47 Christian Grothoff Status resolved => closed