summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjaseg <git@jaseg.net>2018-07-22 18:38:00 +0200
committerjaseg <git@jaseg.net>2018-07-22 18:39:01 +0200
commit32c34ab174f1dd93985831926241ed3f20f4d0c7 (patch)
treeb495f1684d3f69db15de3822d4f1ec0ceb924614 /README.md
parente298c102bd51ae67fbae09df5dfc00cba16a2231 (diff)
downloadlolcat-32c34ab174f1dd93985831926241ed3f20f4d0c7.tar.gz
lolcat-32c34ab174f1dd93985831926241ed3f20f4d0c7.tar.bz2
lolcat-32c34ab174f1dd93985831926241ed3f20f4d0c7.zip
Remove fmemopen altogether since it just doesn't work.
Closes #9.
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 1 insertions, 15 deletions
diff --git a/README.md b/README.md
index b7083f9..a4e9560 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ $ snap install lolcat-c
### Mac
-Build the system-libc version (instead of the statically linked version) with:
+Build loclcat with:
```
$ make lolcat
```
@@ -40,20 +40,6 @@ $ make lolcat
$ make && sudo make install
```
-If this can't find musl and you have it installed somewhere, run
-```bash
-$ make MUSLDIR=/path/to/musl
-```
-
-If you don't have a musl around yet, the easiest way to build is to run
-```bash
-$ git submodule init
-$ git submodule update
-$ make
-```
-
-This will checkout and build musl in this repository's ```musl``` dir.
-
## Why?
This `lolcat` clone is an attempt to reduce the world's carbon dioxide emissions by optimizing inefficient code. It's >10x as fast and <0.1% as large as the original one.