Created
April 19, 2020 16:46
-
-
Save selfup/77c6d701ee8bc0f25d8d6f21f58b6221 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkdir -p /usr/local | |
mkdir -p /usr/local/bin | |
mkdir -p /usr/local/lib | |
mkdir -p /usr/local/include | |
cp hl /usr/local/bin | |
cp libhl.dylib /usr/local/lib | |
cp *.hdll /usr/local/lib | |
cp src/hl.h src/hlc.h src/hlc_main.c /usr/local/include |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment