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
3c527ec5
Commit
3c527ec5
authored
20 years ago
by
deuce
Browse files
Options
Downloads
Patches
Plain Diff
Remove references to NO_X (Now detected automatically) and change X_DIR
references to X_PATH (Was X_DIR ever right?)
parent
9bf6c8cb
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
-12
5 additions, 12 deletions
docs/sbbsunix.txt
with
5 additions
and
12 deletions
docs/sbbsunix.txt
+
5
−
12
View file @
3c527ec5
...
...
@@ -96,12 +96,9 @@ 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-based character mode console now. To build
without X support, you'll need to add NO_X=1 to the make/gmake lines below.
Further, if your X headers are not installed in /usr/X11R6/include,
You must define either X_PATH (Path to root of X11 install ie: /usr/X11R6)
or X_HEADERS (Path to X11 include files ie: /usr/X11R6/include) on the make
command lines below. ie: "gmake X_PATH=/usr/X11"
However, it does have an X-based character mode console now. The X11
headers (Part of the X11-devel package or something similar) are required
for this to work.
Q. Are there any plans to make an X-Windows front-end for Synchronet?
A. Possibly, but it would be optional.
...
...
@@ -217,10 +214,8 @@ Note: Skip to step 8 if you are updating an existing Synchronet installation.
# gmake
Note: If you're linking with /usr/lib/libmozjs.so, don't forget to add
"JSLIB=mozjs" to the gmake command-line
Note: For those building on systems that do not have X installed,
use "gmake NO_X=1"
Note: If X is not installed in /usr/X11R6,
use "gmake X_
DIR
=/path/to/X"
use "gmake X_
PATH
=/path/to/X"
Note: To debug compile/link command-line problems, adding "VERBOSE=1"
to the gmake command-line can be very helpful
Note: Warnings (if any) can be safely ignored
...
...
@@ -237,10 +232,8 @@ Note: Skip to step 8 if you are updating an existing Synchronet installation.
D. Build the Synchronet configuration utility (SCFG):
# gmake
Note: For those building on systems that do not have X installed,
use "gmake NO_X=1"
Note: If X is not installed in /usr/X11R6,
use "gmake X_
DIR
=/path/to/X"
use "gmake X_
PATH
=/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