diff options
author | midipix <writeonce@midipix.org> | 2020-05-25 19:38:23 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2020-05-25 19:38:23 +0000 |
commit | 9073eefa6e336c863dac94cadd4b05476cc49e8d (patch) | |
tree | 19f8b372114cead079e8b57c54d109d44b48b0f8 | |
parent | 0feda59e0af8fcff2d5aa06702eb8591d7894c63 (diff) | |
download | ntcon-9073eefa6e336c863dac94cadd4b05476cc49e8d.tar.bz2 ntcon-9073eefa6e336c863dac94cadd4b05476cc49e8d.tar.xz |
README: updated to reflect current git clone method and build configurations.
-rw-r--r-- | README | 14 |
1 files changed, 2 insertions, 12 deletions
@@ -5,7 +5,7 @@ ntcon: free-standing console interface definitions how to build (quick) -------------------- -git clone git://midipix.org/ntcon && +git clone https://git.midipix.org/ntcon && mkdir ntcon_build && cd ntcon_build && ../ntcon/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 |