diff options
author | Arun Isaac | 2022-02-11 14:35:10 +0530 |
---|---|---|
committer | Arun Isaac | 2022-02-11 14:35:10 +0530 |
commit | 658925fd83b99faf6ba523e675c3d2dfa8b01714 (patch) | |
tree | a080d5f5ab10982a1bebc0e1de5565141986bef3 | |
parent | 081129b98d6068e50558740566f37ebbe9951a1d (diff) | |
download | ccwl-658925fd83b99faf6ba523e675c3d2dfa8b01714.tar.gz ccwl-658925fd83b99faf6ba523e675c3d2dfa8b01714.tar.lz ccwl-658925fd83b99faf6ba523e675c3d2dfa8b01714.zip |
README: Remove deprecated bootstrap step from build instructions.
In 670b0b68602288b44ad459230be4f701140bca66, we migrated away from the autotools build system and got rid of bootstrap.sh but forgot to update the build instructions. * README.org (Manually from source): Remove deprecated bootstrap step.
-rw-r--r-- | README.org | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/README.org b/README.org index 5811455..e1e2a48 100644 --- a/README.org +++ b/README.org @@ -62,7 +62,6 @@ build system scripts. You will have to ensure that the necessary dependencies (guile and guile-libyaml) are installed, and then run #+BEGIN_SRC shell - $ ./bootstrap.sh $ ./configure; make; make install #+END_SRC |