mirror of
https://github.com/darlinghq/darling-libkqueue.git
synced 2025-02-20 04:11:36 +00:00
Add an INSTALL file
git-svn-id: svn://svn.code.sf.net/p/libkqueue/code/trunk@627 fb4e3144-bc1c-4b72-a658-5bcd248dd7f7
This commit is contained in:
parent
aaa29fd9d3
commit
617dc2d953
19
INSTALL
Normal file
19
INSTALL
Normal file
@ -0,0 +1,19 @@
|
||||
INSTALLATION INSTRUCTIONS
|
||||
---
|
||||
|
||||
To building on Android, run something like this:
|
||||
|
||||
ruby ./configure.rb --host=arm-linux-androideabi \
|
||||
--with-ndk=/opt/android-ndk-r8c \
|
||||
--with-sdk=/opt/android-sdks
|
||||
make
|
||||
|
||||
For building on Linux or Solaris, run:
|
||||
|
||||
./configure
|
||||
make
|
||||
make install
|
||||
|
||||
TODO -- Need to document for Windows
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user