Skip to content

Commit

Permalink
INSTALL: Minor review.
Browse files Browse the repository at this point in the history
  • Loading branch information
aadcg committed Mar 12, 2024
1 parent 0202594 commit ce4618e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions INSTALL
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
Usage:

make all # Create Nyxt.
make all # Generate Nyxt binary at $PWD.
make install # Install Nyxt.
make doc # Generate Nyxt documentation (as a fallback).
make doc # Generate Nyxt static documentation.

DESTDIR and PREFIX set the target destination. Both must be absolute paths.
When unbound, DESTDIR is set to / and PREFIX is set to $DESTDIR/usr/local/.

NASDF_SOURCE_PATH sets where the source files will be installed.
NASDF_SOURCE_PATH sets where the source files will be installed. When unbound,
it is set to $PREFIX/share/.

NASDF_TESTS_NO_NETWORK disables tests that require networking.

Expand Down

0 comments on commit ce4618e

Please sign in to comment.