Adds install doc for Ubuntu (#24)

This commit is contained in:
Sonny Alves Dias 2023-02-21 15:02:30 +08:00 committed by William Casarin
parent 914e1fd111
commit 65c7077cce
1 changed files with 12 additions and 0 deletions

View File

@ -7,3 +7,15 @@ $ make
# Optional - install to system PATH
$ sudo make install
######################
Ubuntu
------
$ sudo apt install libtool make automake
$ make
# Optional - install to system PATH
$ sudo make install