Merge pull request #3438 from lordofhyphens/point_readme_to_wiki

Changed README.md build instructions to point instead to wiki.
This commit is contained in:
Alessandro Ranellucci 2016-07-23 16:31:10 +02:00 committed by GitHub
commit 34f1853dd0

View File

@ -53,19 +53,13 @@ Other major features are:
### How to install? ### 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. it will run without the need for any dependency.
If you want to compile the source yourself just do the following (checkout If you want to compile the source yourself follow the instructions on one of these wiki pages:
[slic3r.org](http://slic3r.org/download) for more details): * [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)
$ git clone https://github.com/alexrj/Slic3r.git
$ cd Slic3r
$ perl Build.PL --sudo
$ perl Build.PL --sudo --gui
$ ./slic3r.pl
```
### Can I help? ### Can I help?