1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

use 'perl Build.PL --sudo' instead of 'sudo perl Build.PL'

This commit is contained in:
Cyryl Plotnicki-Chudyk
2015-01-16 19:48:30 +01:00
parent 8cfd2e33d8
commit 1bc83e658b
+2 -2
View File
@@ -61,8 +61,8 @@ If you want to compile the source yourself just do the following (checkout
``` ```
$ git clone https://github.com/alexrj/Slic3r.git $ git clone https://github.com/alexrj/Slic3r.git
$ cd Slic3r $ cd Slic3r
$ sudo perl Build.PL $ perl Build.PL --sudo
$ sudo perl Build.PL --gui $ perl Build.PL --sudo --gui
$ ./slic3r.pl $ ./slic3r.pl
``` ```