Editing
Telodendria
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== Compiling Telodendria from Git == Telodendria only needs a few dependencies: Cytoplasm (which can be built at the same time), a POSIX-compliant <code>libc</code> (with pthread support), and an optional TLS library (OpenSSL/LibreSSL). To build it, you can first install Cytoplasm if your distribution supports it. On Arch, you can use the AUR to install <code>cytoplasm-git</code>. Then, clone and setup Telodendria with the following<syntaxhighlight lang="shell-session"> $ git clone https://git.telodendria.io/Telodendria/Telodendria # use --recurse-submodules if Cytoplasm wasn't already installed $ cd Telodendria # If Cytoplasm wasn't already installed $ cd Cytoplasm $ ./configure # --disable-tls if you do not have OpenSSL or LibreSSL $ make # You can use -j[jobs] there $ cd .. </syntaxhighlight> Now, build it with<syntaxhighlight lang="shell-session"> $ ./configure # in the Telodendria directory $ make # You can use -j[jobs] here </syntaxhighlight> If you didn't already install Cytoplasm, make sure to either move the generated shared library (<code>Cytoplasm/out/lib/libCytoplasm.so</code>) to a standard search path by using <code>make install</code>, or add its directory to <code>LD_LIBRARY_PATH</code> for testing. Then, to test that Telodendria works, one can run on its directory <syntaxhighlight lang="shell-session"> $ ./out/bin/telodendria </syntaxhighlight> It should log <code>No database directory specified.</code> before shutting down.
Summary:
Please note that all contributions to IM Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
IM Wiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
Edit source
View history
More
Search
Navigation
Main page
Recent changes
All pages
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information