mirror of
https://github.com/morgant/mlclock.git
synced 2025-08-10 19:25:19 +00:00
Added manual compilation & installation instructions
This commit is contained in:
5
README
5
README
@@ -5,6 +5,11 @@ HOW TO COMPILE
|
||||
1) xmkmf
|
||||
2) make
|
||||
|
||||
-or-
|
||||
|
||||
1) C_INCLUDE_PATH="/usr/X11R6/include" LIBRARY_PATH="/usr/X11R6/lib" clang -std=c11 -pedantic -D_DEFAULT_SOURCE mlclock.c -o mlclock -lc -lm -lX11 -lXext
|
||||
2) install -m 755 mlclock /usr/local/bin
|
||||
|
||||
HOW TO USE
|
||||
|
||||
Copy mlclockrc file to your home directory as ".mlclockrc" or specifyed name.
|
||||
|
Reference in New Issue
Block a user