[fix] doc issue with order of install, and missing sudo

This commit is contained in:
Oran C 2021-12-22 23:53:14 -07:00 committed by GitHub
parent 9eef0b589d
commit fb85e97b92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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.
--- ---