diff options
| author | Martin Owens <doctormo@gmail.com> | 2017-06-28 10:35:43 +0000 |
|---|---|---|
| committer | Martin Owens <doctormo@gmail.com> | 2017-06-28 10:35:43 +0000 |
| commit | 17dc4aeed3efb2414a5a4718c77cac3267f4e0ba (patch) | |
| tree | 42ed22e0922e87f056ae58467043bb4966f2ff5f /README.md | |
| parent | Refactor profile directory use and promote IO::Resource get_path and get_file... (diff) | |
| download | inkscape-17dc4aeed3efb2414a5a4718c77cac3267f4e0ba.tar.gz inkscape-17dc4aeed3efb2414a5a4718c77cac3267f4e0ba.zip | |
Fix README for cmake build in place
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
