Change default install location
This commit is contained in:
parent
432fcf4308
commit
9f36c4c9c6
2
Makefile
2
Makefile
@ -1,4 +1,4 @@
|
|||||||
PREFIX = /usr/local
|
PREFIX = ~/.local
|
||||||
VERSION = 0.1
|
VERSION = 0.1
|
||||||
|
|
||||||
# CC = cc
|
# CC = cc
|
||||||
|
7
README
7
README
@ -18,10 +18,15 @@ You need libcurl and libxml2 to compile MinRSS.
|
|||||||
|
|
||||||
Installation
|
Installation
|
||||||
------------
|
------------
|
||||||
Run this command as root to build MinRSS:
|
Run this command to build MinRSS:
|
||||||
|
|
||||||
make clean install
|
make clean install
|
||||||
|
|
||||||
|
This will install the binary to ~/.local/bin. Make sure that this directory is
|
||||||
|
in your $PATH.
|
||||||
|
|
||||||
|
If you need to change this, set the PREFIX variable in Makefile.
|
||||||
|
|
||||||
Configuration
|
Configuration
|
||||||
-------------
|
-------------
|
||||||
MinRSS is configured via the config.h file, which you can create by
|
MinRSS is configured via the config.h file, which you can create by
|
||||||
|
Loading…
Reference in New Issue
Block a user