Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
install:nix [2023/04/08 15:56] – [Tarball Build Method] Add GIT=NO option to tarball build instructions, solves error about missing .git dir required to build git_hash.h digital man | install:nix [2024/10/11 22:14] (current) – The installation and re-build make commands are now very different to avoid confusion and mistake that leads to lost files and weeping sysops :-P digital man | ||
---|---|---|---|
Line 68: | Line 68: | ||
Quick installation from [[dev:Git]] (requires 100+MB of disk space): | Quick installation from [[dev:Git]] (requires 100+MB of disk space): | ||
- | * '' | + | * '' |
To get and build the latest code: | To get and build the latest code: | ||
- | * '' | + | * '' |
On Linux, it's normal that the user's password may be prompted for near the end of the build process, as required to invoke the '' | On Linux, it's normal that the user's password may be prompted for near the end of the build process, as required to invoke the '' | ||
Line 78: | Line 78: | ||
If building on a Linux system as a user without '' | If building on a Linux system as a user without '' | ||
- | * '' | + | * '' |
Or, if you want to build a stable release from Git, specify a valid release [[dev: | Or, if you want to build a stable release from Git, specify a valid release [[dev: | ||
- | * '' | + | * '' |
* **NOTE**: this does not work with release tags earlier than '' | * **NOTE**: this does not work with release tags earlier than '' | ||
Line 87: | Line 87: | ||
* These commands will make and install a //RELEASE// build of the software. To make and install a //DEBUG// build instead, pass '' | * These commands will make and install a //RELEASE// build of the software. To make and install a //DEBUG// build instead, pass '' | ||
* We don't support parallel builds (e.g. '' | * We don't support parallel builds (e.g. '' | ||
- | * Mirrors of the '' | + | * Mirrors of the '' |
- | * [[https:// | + | * [[https:// |
- | * [[https:// | + | * [[https:// |
Line 98: | Line 98: | ||
lrwxrwxrwx 1 sbbs sbbs 25 Jan 26 21:03 docs -> / | lrwxrwxrwx 1 sbbs sbbs 25 Jan 26 21:03 docs -> / | ||
lrwxrwxrwx 1 sbbs sbbs 25 Jan 26 21:03 exec -> / | lrwxrwxrwx 1 sbbs sbbs 25 Jan 26 21:03 exec -> / | ||
- | -rw-r--r-- 1 sbbs sbbs 11001 Jan 26 20:51 GNUmakefile | + | -rw-r--r-- 1 sbbs sbbs 11001 Jan 26 20:51 install-sbbs.mk |
drwxr-xr-x 1 sbbs sbbs 116 Jan 26 21:07 node1 | drwxr-xr-x 1 sbbs sbbs 116 Jan 26 21:07 node1 | ||
drwxr-xr-x 1 sbbs sbbs 48 Jan 26 21:06 node2 | drwxr-xr-x 1 sbbs sbbs 48 Jan 26 21:06 node2 | ||
Line 113: | Line 113: | ||
**Notes**: | **Notes**: | ||
- | * You can safely remove the installation '' | + | * You can safely remove the installation '' |
==== Tarball Build Method ==== | ==== Tarball Build Method ==== | ||
Line 122: | Line 122: | ||
- '' | - '' | ||
- '' | - '' | ||
- | - '' | ||
- | - '' | ||
- '' | - '' | ||
- '' | - '' | ||
Line 172: | Line 170: | ||
error: unknown type name ' | error: unknown type name ' | ||
- | * The following error indicates the Synchronet libraries (shared objects) are not in your system' | + | * The following error indicates the Synchronet libraries (shared objects) are not in your system' |
sbbs: error while loading shared libraries: libsbbs.so: cannot open shared object file: No such file or directory | sbbs: error while loading shared libraries: libsbbs.so: cannot open shared object file: No such file or directory |