Skip to content
Snippets Groups Projects
Commit 9024ed46 authored by Nguyen Anh Quynh's avatar Nguyen Anh Quynh Committed by GitHub
Browse files

Merge pull request #276 from aagallag/aagallag-update-nix-docs

Update nix compile docs to use lib64 option
parents 058e7f33 6a8d520e
No related branches found
No related tags found
No related merge requests found
......@@ -29,9 +29,9 @@ For Windows, see [COMPILE-WINDOWS.md](COMPILE-WINDOWS.md)
For Linux distributions following the "Filesystem Hierarchy Standard" and
put x64 libraries under $PREFIX/lib64, such as Fedora, Redhat & Suse,
add "fhs" option at the end of make-share.sh script, like below.
add "lib64" option at the end of make-share.sh script, like below.
$ ../make-share.sh fhs
$ ../make-share.sh lib64
By default, this builds all architectures, which is: AArch64, ARM, Hexagon,
Mips, PowerPC, Sparc, SystemZ & X86. To compile just some selected ones,
......@@ -54,9 +54,9 @@ For Windows, see [COMPILE-WINDOWS.md](COMPILE-WINDOWS.md)
For Linux distributions following the "Filesystem Hierarchy Standard" and
put x64 libraries under $PREFIX/lib64, such as Fedora, Redhat & Suse,
add "fhs" option at the end of make-share.sh script, like below.
add "lib64" option at the end of make-share.sh script, like below.
$ ../make-lib.sh fhs
$ ../make-lib.sh lib64
Like above, this builds all architectures. To compile just some selected ones,
pass a semicolon-separated list of targets to LLVM_TARGETS_TO_BUILD,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment