build libiconv from sources

This commit is contained in:
Pierre Tachoire
2023-09-22 16:10:22 +02:00
committed by Francis Bouvier
parent b5b4659c87
commit d7fec31b8a
4 changed files with 29 additions and 22 deletions

View File

@@ -18,7 +18,8 @@ For Debian/Ubuntu based Linux:
sudo apt install xz-utils \
python3 ca-certificates git \
pkg-config libglib2.0-dev \
cmake
libexpat1-dev \
cmake clang
```
For MacOS, you only need Python 3 and cmake.
@@ -35,6 +36,13 @@ directory.
make install-submodule
```
### Build netsurf
The command `make install-netsurf` will build netsurf libs used by browsercore.
```
make install-netsurf
```
### Build lexbor
The command `make install-lexbor` will build lexbor lib used by browsercore.