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
b072ff3e
Commit
b072ff3e
authored
3 months ago
by
Deucе
Browse files
Options
Downloads
Patches
Plain Diff
Document libjxl dependency.
Also, mention that SDL2 is required for macOS and Haiku
parent
2f959775
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#7991
passed
3 months ago
Stage: build
Stage: test
Stage: cleanup
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/syncterm/Manual.txt
+8
-2
8 additions, 2 deletions
src/syncterm/Manual.txt
with
8 additions
and
2 deletions
src/syncterm/Manual.txt
+
8
−
2
View file @
b072ff3e
...
...
@@ -72,11 +72,17 @@ build system is used. There are a number of optional dependencies, and
a large number of supported compile flags (many of which are shared with
Synchronet).
The biggest optional dependency is http://libsdl.org[SDL 2].
One dependency that, while technically optional really should be included
is https://github.com/libjxl/libjxl[libjxl]. This allows graphics to be
supported with good compression rather than the uncompressed PPM that is
the only format otherwise.
The biggest (usually) optional dependency is http://libsdl.org[SDL 2].
SyncTERM can use SDL for both graphics and sound. X11 can also be used
for graphics, and OSS, ALSA, or Portaudio can also provide sound. These
use run-time linking, so at compile time, only the headers are needed.
Static linking with SDL is also supported.
Static linking with SDL is also supported. SDL2 is required for macOS
and Haiku at the present time.
For SSH, a copy of Peter Gutmann's
https://cryptlib.com/security-software/about-cryptlib[Cryptlib] is
...
...
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