Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Synchronet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Main
Synchronet
Commits
82e6c54d
Commit
82e6c54d
authored
20 years ago
by
deuce
Browse files
Options
Downloads
Patches
Plain Diff
Added notes regarding the new X console and how to build the utilities
without X support.
parent
622507a4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/sbbsunix.txt
+5
-0
5 additions, 0 deletions
docs/sbbsunix.txt
with
5 additions
and
0 deletions
docs/sbbsunix.txt
+
5
−
0
View file @
82e6c54d
...
...
@@ -79,6 +79,8 @@ A. External programs can either use standard I/O (e.g. bash, pico, Lord/X,
Q. Does Synchronet for Unix require X-Windows?
A. No, Synchronet for Unix is currently a console-based application.
However, it does have an X console now. To build without X support,
you'll need to add NO_X=1 to the make/gmake lines below.
Q. Are there any plans to make an X-Windows front-end for Synchronet?
A. Yes, but it will be optional.
...
...
@@ -183,6 +185,9 @@ Note: Skip to step 8 if you are updating an existing Synchronet installation.
D. Build the Synchronet configuration utility (SCFG):
gmake
(please report build errors to rob@synchro.net)
Note: For those building for *nix systems that do not have X installed,
use: gmake NO_X=1
Note: If X is not installed in /usr/X11R6, use: gname X_DIR=/path/to/X
Note: Warnings (if any) can be safely ignored
E. Congratulate yourself on a job well-done.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment