50
edits
(Add a section on download_and_compile.sh) |
(heading updates) |
||
| Line 145: | Line 145: | ||
export PATH $HOME/fg2024.2/install/bin:$PATH | export PATH $HOME/fg2024.2/install/bin:$PATH | ||
== Various tools == | |||
The examples above use low level tools such as tar and make to build the system. Higher level tools can also be used depending on user preference. | The examples above use low level tools such as tar and make to build the system. Higher level tools can also be used depending on user preference. | ||
=== cmake === | |||
''cmake --build'' can be used in place of ''make''. The effect and level of effort are similar. If the developer is familiar with cmake and wishes to use the level of command there is no problem replacing make with cmake for this development. | ''cmake --build'' can be used in place of ''make''. The effect and level of effort are similar. If the developer is familiar with cmake and wishes to use the level of command there is no problem replacing make with cmake for this development. | ||
=== Download_and_compile.sh === | |||
As mentioned above, the download_and_compile.sh command is used by developers on apt-based Linux systems to automate parts of the development process. | As mentioned above, the download_and_compile.sh command is used by developers on apt-based Linux systems to automate parts of the development process. | ||
edits