Skip to content
This repository was archived by the owner on Aug 9, 2022. It is now read-only.

Commit 65ee767

Browse files
author
Federico Fissore
committed
docs for 32 bit binaries on linux
1 parent e45ada0 commit 65ee767

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,15 @@ mkdir build
2828
make
2929
```
3030

31-
and get the resulting files.
31+
and get the resulting files: they should be in folder `YOUR_ARCH/.libs/`.
32+
33+
If you are using a 64 bit Linux, you can produce 32 bit binaries too: run `apt-get install gcc-multilib` then run
34+
35+
```bash
36+
mkdir build
37+
CFLAGS="-m32" ../configure
38+
make
39+
```
3240

3341
## Compiling on windows
3442

0 commit comments

Comments
 (0)