mywormnet2 1.0.0
A Worms Armageddon WormNET server
To use this package, run the following command in your project's root directory:
Manual usage
Put the following dependency into your project's dependences section:
This is MyWormNET2, a WormNET server written in the D Programming Language.
Setup instructions
Download the source code
You can either:
a) clone the git repository (recommended, if you have or can install git):
git clone --recursive https://github.com/CyberShadow/MyWormNET2
cd MyWormNET2
b) or, you could download and unpack the source code using zip files:
- Download MyWormNET2 and the ae library.
- Unpack
MyWormNET2-b26ee1eef06722c84b562da943b25f55d17c1247.zip
and rename theMyWormNET2-9a790b1081b30c765eccc5d83acf1af5b6fc51d4
directory toMyWormNET2
. - Unpack
ae-9a790b1081b30c765eccc5d83acf1af5b6fc51d4.zip
and move the contents of theae-9a790b1081b30c765eccc5d83acf1af5b6fc51d4
directory to the emptyMyWormNET2\ae
directory.
Command-line instructions:
wget https://github.com/CyberShadow/MyWormNET2/archive/b26ee1eef06722c84b562da943b25f55d17c1247.zip
unzip b26ee1eef06722c84b562da943b25f55d17c1247.zip
rm b26ee1eef06722c84b562da943b25f55d17c1247.zip
mv MyWormNET2-b26ee1eef06722c84b562da943b25f55d17c1247 MyWormNET2
cd MyWormNET2
rmdir ae
wget https://github.com/CyberShadow/ae/archive/9a790b1081b30c765eccc5d83acf1af5b6fc51d4.zip
unzip 9a790b1081b30c765eccc5d83acf1af5b6fc51d4.zip
rm 9a790b1081b30c765eccc5d83acf1af5b6fc51d4.zip
mv ae-9a790b1081b30c765eccc5d83acf1af5b6fc51d4 ae
Install D
You'll need a D compiler to compile MyWormNET2.
For Windows, OS X, and Debian/RPM-based Linux distributions, you can use one of the installers/packages from the D website.
If you need to run MyWormNET2 on a Linux system and don't have root access, you can use DVM to install DMD to your home directory.
After installing DVM (see instructions on DVM's project page), use the dvm install 2.068.2
command to install a D compiler, then dvm use 2.068.2 -d
to activate it.
See the D website to get the version number for the latest D compiler.
Configure MyWormNET2
Copy the file mywormnet2-sample.ini
to mywormnet2.ini
, and edit it accordingly.
See the comments for explanations of what the various options do.
Compile and run MyWormNET2
To build and run MyWormNET2, use rdmd
:
rdmd mywormnet2
If you'd like to just build an executable, use --build-only
:
rdmd --build-only mywormnet2
- Registered by Vladimir Panteleev
- 1.0.0 released 6 years ago
- CyberShadow/MyWormNET2
- github.com/CyberShadow/MyWormNET2
- AGPL-3
- Authors:
- Dependencies:
- ae
- Versions:
-
1.0.1 2020-Mar-31 1.0.0 2018-Jan-24 ~master 2020-Mar-31 - Download Stats:
-
-
0 downloads today
-
0 downloads this week
-
2 downloads this month
-
85 downloads total
-
- Score:
- 1.7
- Short URL:
- mywormnet2.dub.pm