 |
Using a self-compiled Mix executable on Linux/UNIX
If you use precompiled binaries to run your Mix, you should keep in mind that you have to
trust the provider of the binary files -in this case the
AN.ON team - not to have evilly modified the sources. By compiling the server by your own
and controlling the sources you can ensure, to a certain extent, that no backdoors are hidden
in the program. Of course you may also
have reason to trust the sources given on our official website, because other users could have
checked and used it before, this is up to you. This manual will show you how to do the
compilation on Linux/UNIX systems.
Before you download the source code and the libraries, it is recommended to create
a new user account for the Mix server:
su
useradd -d /home/mix -m -G users mix
passwd mix
exit
su mix
cd ~
Then proceed with the following steps:
|  |

|