Difference between revisions of "Development"
(Created page with "== Configure == Change installation location when compiling source: ./configure --prefix=/directory") |
(→Building) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Configure == | == Configure == | ||
+ | |||
+ | See configuration options: | ||
+ | ./configure --help | ||
Change installation location when compiling source: | Change installation location when compiling source: | ||
./configure --prefix=/directory | ./configure --prefix=/directory | ||
+ | |||
+ | == Building == | ||
+ | ./configure --prefix=/root/development/kaios-repo64/initram/KaiOS-Server/v3.0/initramfs/ | ||
+ | make | ||
+ | make install | ||
+ | |||
+ | == Notes == | ||
+ | |||
+ | Check the Makefile to read build information |
Latest revision as of 07:06, 21 October 2020
Configure
See configuration options:
./configure --help
Change installation location when compiling source:
./configure --prefix=/directory
Building
./configure --prefix=/root/development/kaios-repo64/initram/KaiOS-Server/v3.0/initramfs/ make make install
Notes
Check the Makefile to read build information