use 'perl Build.PL --sudo' instead of 'sudo perl Build.PL'
This commit is contained in:
parent
8cfd2e33d8
commit
1bc83e658b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
$ cd Slic3r
|
||||
$ sudo perl Build.PL
|
||||
$ sudo perl Build.PL --gui
|
||||
$ perl Build.PL --sudo
|
||||
$ perl Build.PL --sudo --gui
|
||||
$ ./slic3r.pl
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue