We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1778a7a commit 44e3e7cCopy full SHA for 44e3e7c
README.md
@@ -18,33 +18,33 @@
18
19
### Standard (Library + Headers)
20
21
-```bash
+```
22
$ make
23
# make install
24
```
25
26
### Library
27
28
29
30
# make install-symlinks
31
32
33
### Library (32-bit)
34
35
36
$ make CFLAGS="-Wall -Wextra -O3 -m32" LDFLAGS="-rdynamic -m32"
37
# make libdir='$(exec_prefix)/lib32' install-symlinks
38
39
40
### Headers
41
42
43
# make install-headers
44
45
46
### Documentation
47
48
49
$ make docs
50
0 commit comments