[fix] doc issue with order of install, and missing sudo
This commit is contained in:
parent
9eef0b589d
commit
fb85e97b92
|
|
@ -33,6 +33,7 @@ sudo apt-get install m4
|
||||||
sudo apt-get install tcsh
|
sudo apt-get install tcsh
|
||||||
sudo apt-get install csh
|
sudo apt-get install csh
|
||||||
sudo apt-get install libx11-dev
|
sudo apt-get install libx11-dev
|
||||||
|
sudo apt-get install libcairo2-dev
|
||||||
```
|
```
|
||||||
# Install the recommended Tcl/Tk wrapper around magic (Version 8.5 or higher is highly recommended.)
|
# Install the recommended Tcl/Tk wrapper around magic (Version 8.5 or higher is highly recommended.)
|
||||||
```bash
|
```bash
|
||||||
|
|
@ -80,7 +81,7 @@ git clone https://github.com/RTimothyEdwards/magic.git
|
||||||
cd magic
|
cd magic
|
||||||
./configure
|
./configure
|
||||||
make
|
make
|
||||||
make install
|
sudo make install
|
||||||
```
|
```
|
||||||
#### Note: Remember to use 'gmake' on FreeBSD.
|
#### Note: Remember to use 'gmake' on FreeBSD.
|
||||||
---
|
---
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue