Skip to content

How to build docs/code? #4359

Answered by bnoordhuis
RealYukiSan asked this question in Q&A
Mar 13, 2024 · 1 comments · 6 replies
Discussion options

You must be logged in to vote

Are you trying to build in-tree? That won't work, try this instead:

$ mkdir build
$ cd build
$ cmake ..
$ make # or make -j$(getconf _NPROCESSORS_ONLN)

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@RealYukiSan
Comment options

@bnoordhuis
Comment options

@RealYukiSan
Comment options

@bnoordhuis
Comment options

@RealYukiSan
Comment options

Answer selected by RealYukiSan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants