소스 검색

added make/make install instructions

ncannasse 7 년 전
부모
커밋
cc81bb9b80
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 8 0
      README.md

+ 8 - 0
README.md

@@ -26,6 +26,14 @@ For 16.04, see [this note](https://github.com/HaxeFoundation/hashlink/issues/147
 
 `brew install libpng jpeg-turbo libvorbis sdl2 mbedtls openal-soft libuv`
 
+Once dependencies are installed you can simply call:
+
+`make`
+
+To install hashlink binaries on your system you can then call:
+
+`make install`
+
 ## Building on Windows
 
 Open `hl.sln` using Visual Studio Code and compile.