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:
mheily 2013-01-24 00:16:54 +00:00
parent aaa29fd9d3
commit 617dc2d953

19
INSTALL Normal file
View 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