Login
User Name:

Password:



Register

Forgot your password?
Hi - Clean SmaugFuss map/description issue..
Dec 15, 2024 7:29 pm
By Samson
AFKMud 2.2.4
Dec 10, 2024 4:09 pm
By Samson
I3 and IMC
Dec 8, 2024 6:35 pm
By Remcon
Ubuntu 22.04.5 LTS
Dec 5, 2024 5:10 pm
By Remcon
SmaugFUSS 1.8/1.9
Nov 29, 2024 11:46 am
By Remcon
SWFOTEFUSS 1.5.1
Author: Various
Submitted by: Samson
SWRFUSS 1.4.1
Author: Various
Submitted by: Samson
SmaugFUSS 1.9.5
Author: Various
Submitted by: Samson
AFKMud 2.2.4
Author: AFKMud Team
Submitted by: Samson
LOP 1.5
Author: Remcon
Submitted by: Remcon
Users Online
AhrefsBot

Members: 0
Guests: 26
Stats
Files
Topics
Posts
Members
Newest Member
494
3,808
19,707
588
Mortrex

Today's Birthdays
There are no member birthdays today.
» SmaugMuds » General » General Discussions » Running Afkmud from the windo...
Forum Rules | Mark all | Recent Posts

Running Afkmud from the windows Ubuntu Bash
< Newer Topic :: Older Topic > A short guide to make this work!!

Pages:<< prev 1 next >>
* #1 Aug 9, 2016 1:46 pm   Last edited Aug 9, 2016 2:09 pm by dextermovies
Go to the top of the page
Go to the bottom of the page

dextermovies
Fledgling
GroupMembers
Posts27
JoinedSep 10, 2005

 
I have been in and out of the mud scene for a while now, I sometimes dabble with coding and building. Today I decided I wanted to run my own mud again, so I looked up cygwin to get that rolling and discovered windows 10 will include a linux bash shell to run stuff directly (almost) from windows without the need for cygwin or a vm. At first I thought this was total baloney, but I searched I discovered it was true :stare: . So I set out to make afkmud run on it, and here is how I did it. The Linux shell will be included in the windows 10 anniversary update. if you want it before it is out just google it. Also this assumes you have unzipped the afkmud archive to your desktop

Step 1: Apply the update that has the Linux shell with with it (See above for where to get it)
Step 2: Turn on the windows feature Windows subsystem for linux (Beta) and use search to find Bash, then run bash follow prompts to install
Step 3: Open the Ubuntu Bash that you will find in your windows start bar
Step 4: Type Sudo su and follow the prompts
Step 5: Type apt-get Upgrade
Step 6: Type apt-get install make
Step 7: Type apt-get install g++
Step 8: Type apt-get install zlib1g-dev
Step 9: Type apt-get install libgd2-xpm-dev
Step 10: Type apt-get install tcsh
Step 11: Type exit to remove root
Step 12: Type /mnt/c
Step 13: Type cd .. (then hit the up arrow and the hit enter (to enter the command a second time)
Step 14: Type cd mnt/c/Users
Step 15: Type ls (Take note of The names and use your user name in place of name in the next bit)
Step 16: Type cd name/Desktop/afkmud/src
Step 17: Type make clean
Step 18: Type nano startup then change the mentioned values as seen (limit coredumpsize 32786k
limit filesize 32786k) Otherwise it will not allow the mud to start. Feel free to change the sizes as needed.
Step 19 :Type ./startup&
Note: If you are in root it will auto close the mud in 5 seconds and there will be a funny message (maybe not so funny) in your logs.

Pages:<< prev 1 next >>