diff options
author | midipix <writeonce@midipix.org> | 2020-05-25 19:36:49 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2020-05-25 19:36:49 +0000 |
commit | dfdeb6ba4b9c29a4c3e0819af4095f8135556e4c (patch) | |
tree | 05e94ec86b89d3f3a9a8134f09529131bfb03cb9 /README | |
parent | 0443ad2b6ed839e8480e250a655001f7d403c9cb (diff) | |
download | pemagine-dfdeb6ba4b9c29a4c3e0819af4095f8135556e4c.tar.bz2 pemagine-dfdeb6ba4b9c29a4c3e0819af4095f8135556e4c.tar.xz |
README: updated to reflect current git clone method and build configurations.
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ pemagination: a (virtual) tour into portable bits and executable bytes how to build (quick) -------------------- -git clone git://midipix.org/pemagine && +git clone https://git.midipix.org/pemagine && mkdir pemagine_build && cd pemagine_build && ../pemagine/configure --host=$HOST && @@ -28,4 +28,4 @@ supported compilers ------------------- + gcc + clang -+ Visual Studio ++ cl |