mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-28 22:53:28 +00:00
build libiconv from sources
This commit is contained in:
committed by
Francis Bouvier
parent
b5b4659c87
commit
d7fec31b8a
10
README.md
10
README.md
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user