summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2016-08-12 04:11:03 +0000
committerTed Gould <ted@gould.cx>2016-08-12 04:11:03 +0000
commitff848ebc9919d158c3ec3d7420e72b6aca99a3ea (patch)
tree030ab171865d0ed7f6bae3ef68315639cdb2622b /README
parentMerging 0.92.x branch (diff)
parentCloneTiler: Further C++ification (diff)
downloadinkscape-ff848ebc9919d158c3ec3d7420e72b6aca99a3ea.tar.gz
inkscape-ff848ebc9919d158c3ec3d7420e72b6aca99a3ea.zip
Merge trunk
(bzr r14950.1.20)
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 0 insertions, 8 deletions
diff --git a/README b/README
index ca958d44a..77791f12f 100644
--- a/README
+++ b/README
@@ -32,14 +32,6 @@ Inkscape version 0.92 and newer can be build using cmake:
make
make install
-We also still include autoconf in 0.92 as an alternate build system, in
-case anything goes haywire with the new cmake scripts:
-
- ./autogen.sh # Optional, use if configure doesn't exist
- ./configure
- make
- make install
-
For platform specific instructions please read the README file that
is associated with that platform (e.g. for Mac OS X read README.osx)