* Thibault, Daniel ([email protected]) wrote: > ------------------------------ > Date: Wed, 7 Aug 2013 12:48:53 -0700 > From: Vomlehn <[email protected]> > > -- ./configure > -- make > -- make install > + $ ./configure > + $ make > + $ make install > + > +To compile the source tree from a git checkout, use: > + > + $ autoreconf > + $ automake --add-missing --gnu > + $ make > + $ make install > > After running ./configure, you can also go in specific subdirectories and > use make, make install. > ------------------------------ > > Actually, in each instance of 'make install', you'll need to use 'sudo > make install'.
(as root) # make install would be the proper way to document this. sudo is just one way to gain root privileges. "su" can be used on many distributions for this too. Also, if a configure --prefix is used to target a user-writeable directory, root is not required (but it's generally not the case). Thanks, Mathieu > > Daniel U. Thibault > Protection des systèmes et contremesures (PSC) | Systems Protection & > Countermeasures (SPC) > Cyber sécurité pour les missions essentielles (CME) | Mission Critical Cyber > Security (MCCS) > R & D pour la défense Canada - Valcartier (RDDC Valcartier) | Defence R&D > Canada - Valcartier (DRDC Valcartier) > 2459 route de la Bravoure > Québec QC G3J 1X5 > CANADA > Vox : (418) 844-4000 x4245 > Fax : (418) 844-4538 > NAC : 918V QSDJ <http://www.travelgis.com/map.asp?addr=918V%20QSDJ> > Gouvernement du Canada | Government of Canada > <http://www.valcartier.drdc-rddc.gc.ca/> > > _______________________________________________ > lttng-dev mailing list > [email protected] > http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev -- Mathieu Desnoyers EfficiOS Inc. http://www.efficios.com _______________________________________________ lttng-dev mailing list [email protected] http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev
