mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-14 13:32:23 +00:00
Documentation: Update BuildInstructions.md
Add missing `cmake ..' line before compiling with make
This commit is contained in:
parent
f86c074be8
commit
647f3b87bd
Notes:
sideshowbarker
2024-07-19 03:12:02 +09:00
Author: https://github.com/sahumada 🔰
Commit: 647f3b87bd
Pull-request: https://github.com/SerenityOS/serenity/pull/3282
1 changed files with 1 additions and 0 deletions
|
@ -84,6 +84,7 @@ Once the toolchain and cmake have been built, go into the `Build/` directory and
|
|||
```bash
|
||||
$ cd ..
|
||||
$ cd Build
|
||||
$ cmake ..
|
||||
$ make
|
||||
$ make install
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue