summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <gp@n-dimensional.de>2006-12-29 17:36:05 +0000
committerHans Ulrich Niedermann <gp@n-dimensional.de>2006-12-29 17:36:05 +0000
commit16b324743ce3e70f1af7beb08f80e8b58ce3ad41 (patch)
tree98971469e12f737626e414fa66e376b1e6f5de16 /INSTALL
parent7181602ca02bb1d3a6a6944023e84446fab904d1 (diff)
downloadlibgphoto2-16b324743ce3e70f1af7beb08f80e8b58ce3ad41.tar.gz
document make -jN and camlib build/install
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@9777 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL2
1 files changed, 2 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 956e8a65d..22144e010 100644
--- a/INSTALL
+++ b/INSTALL
@@ -98,6 +98,8 @@ will have to run "gmake" or something similar.
The classic way to compile the program is just to run
make
+ or
+ make -jN (if you have N CPU cores)
and wait until the source is built.