summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Owens <doctormo@gmail.com>2017-06-28 10:35:43 +0000
committerMartin Owens <doctormo@gmail.com>2017-06-28 10:35:43 +0000
commit17dc4aeed3efb2414a5a4718c77cac3267f4e0ba (patch)
tree42ed22e0922e87f056ae58467043bb4966f2ff5f
parentRefactor profile directory use and promote IO::Resource get_path and get_file... (diff)
downloadinkscape-17dc4aeed3efb2414a5a4718c77cac3267f4e0ba.tar.gz
inkscape-17dc4aeed3efb2414a5a4718c77cac3267f4e0ba.zip
Fix README for cmake build in place
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5e888763e..68a88d4a2 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ For developers and others who want to run inkscape without installing it:
ln -s . share/inkscape
mkdir -p build/conf
cd build
-cmake -DCMAKE_INSTALL_PREFIX:PATH=$PWD/../
+cmake -DCMAKE_INSTALL_PREFIX:PATH=$PWD/../ ..
make -j4
export INKSCAPE_PROFILE_DIR=$PWD/conf
./bin/inkscape