[Kstars-devel] www/areas/edu/kstars

Jason Harris kstars at 30doradus.org
Mon Jul 24 02:43:40 CEST 2006


SVN commit 565650 by harris:

Don't need "sudo make install" when installing to a local dir.  Thanks 
for catching this, Mike.

CCMAIL: kstars-devel at kde.org
 


 M  +7 -3      svn.php  


--- trunk/www/areas/edu/kstars/svn.php #565649:565650
@@ -201,7 +201,7 @@
 % mkdir kdelibs; cd kdelibs
 % cmakelibs
 % make
-% sudo make install
+% make install
 </pre>
 </div>
 </ul>
@@ -211,6 +211,10 @@
 the <code>.bashrc</code> file above.  If you didn't define the alias, 
 then replace "cmakelibs" with that longer command line.
 
+Also, since we are installing to a local directory, we don't need 
+<code>sudo</code> when we run <code>make install</code>.  If you 
+decided to set <code>KDEDIR</code> to a global directory, you may 
+need to use <code>sudo make install</code>.
 
 <h2>Obtain, compile and install KStars in the KDE-Edu module</h2>
 
@@ -233,10 +237,10 @@
 % cmakeedu
 % cd libkdeedu
 % make
-% sudo make install
+% make install
 % cd ../kstars
 % make
-% sudo make install
+% make install
 </pre>
 </div>
 </ul>


More information about the Kstars-devel mailing list