diff options
author | midipix <writeonce@midipix.org> | 2020-05-25 19:41:16 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2020-05-25 19:41:16 +0000 |
commit | 1827b23153dffde126e7de59e23ad8a55e7de11f (patch) | |
tree | 137433d94fc02ad65867ac189983d919386dcfd6 /README | |
parent | 846d2915676d588dc978613496b5d69eb89aa6f4 (diff) | |
download | ntapi-1827b23153dffde126e7de59e23ad8a55e7de11f.tar.bz2 ntapi-1827b23153dffde126e7de59e23ad8a55e7de11f.tar.xz |
README: updated to reflect current git clone method and build configurations.
Diffstat (limited to 'README')
-rw-r--r-- | README | 14 |
1 files changed, 2 insertions, 12 deletions
@@ -5,7 +5,7 @@ ntapi: Native API core library how to build (quick) -------------------- -git clone git://midipix.org/ntapi && +git clone https://git.midipix.org/ntapi && mkdir ntapi_build && cd ntapi_build && ../ntapi/configure --host=$HOST && @@ -28,14 +28,4 @@ supported compilers ------------------- + gcc + clang -+ Visual Studio - - -IDE project files (forthcoming) -------------------------------- -+ CodeLite -+ Code::Blocks -+ Visual Studio - -* above project files will not be part of the project - repository, but rather distributed separately. ++ cl |