From c00b95be6e3ad3906a40d664d8a049477f23de39 Mon Sep 17 00:00:00 2001 From: Joseph Lenox Date: Thu, 21 Jul 2016 00:25:56 -0500 Subject: [PATCH] Changed README.md build instructions to point instead to wiki, sudo/cpanminus is dangerous to the package systems on debian/ubuntu systems. --- README.md | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 9c34e7be7..a315819e6 100644 --- a/README.md +++ b/README.md @@ -53,19 +53,13 @@ Other major features are: ### How to install? -You can just download a precompiled package from [slic3r.org](http://slic3r.org/); +You can download a precompiled package from [slic3r.org](http://slic3r.org/); it will run without the need for any dependency. -If you want to compile the source yourself just do the following (checkout -[slic3r.org](http://slic3r.org/download) for more details): - -``` -$ git clone https://github.com/alexrj/Slic3r.git -$ cd Slic3r -$ perl Build.PL --sudo -$ perl Build.PL --sudo --gui -$ ./slic3r.pl -``` +If you want to compile the source yourself follow the instructions on one of these wiki pages: +* [Linux](https://github.com/alexrj/Slic3r/wiki/Running-Slic3r-from-git-on-GNU-Linux) +* [Windows](https://github.com/alexrj/Slic3r/wiki/Running-Slic3r-from-git-on-Windows) +* [Mac OSX](https://github.com/alexrj/Slic3r/wiki/Running-Slic3r-from-git-on-OS-X) ### Can I help?