|
|||||||
This is a discussion on "Cygwin and Windows" in the Top Mud Sites MUD Coding forum : Well, this may be in the wrong forum, and even the wrong site, but I decided to give it a shot. I have grown up on various editions of Windows (my current one is Windows XP). I have never in my life have even SEEN Linux or Unix or any such thing. I have also played text-based games for nearly decade so...I have decided to start teaching myself how to make one, if anything for my own entertainment. I think that I should stop looking for a codebase witten in C++ (the language I feel the most comfortable ... |
|
You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our MUD community today! If you have any problems with the registration process or your account login, please contact us. If you are a registered member of the old TMS forums, please click here
|
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 |
|
New Member
Join Date: Jan 2004
Location: United States
Posts: 11
![]() |
Well, this may be in the wrong forum, and even the wrong site, but I decided to give it a shot.
I have grown up on various editions of Windows (my current one is Windows XP). I have never in my life have even SEEN Linux or Unix or any such thing. I have also played text-based games for nearly decade so...I have decided to start teaching myself how to make one, if anything for my own entertainment. I think that I should stop looking for a codebase witten in C++ (the language I feel the most comfortable learning) and just for Windows for a few moments, and instead concentrate on something a bit more helpful... I do not have the slightest idea how to work Cygwin. If there is some really good documentation on it, I havn't found it. If anyone knows of any good tutorials or documentation for learning and/or understanding Cygwin, throw it at me. |
|
|
|
|
|
#2 |
|
Member
|
Well, cgywin have a pretty large documentation site accessible via their front page:
cygwin home Amongst these is their user guide and a FAQ One of the most important factors when starting to use cygwin is to realise that the setup program will not automatically install everything you'll need to program. Look under the Devel tree in setup, and select the compilers you wish to use. gcc and gcc-g++ sounds like they are what you need. This will automatically select the libraries, etc., that are needed for these tools to work. I'd recommend getting diff-utils as well, under Base. If you find out later you forgot something, you can always run the setup program again, and it will install/remove the packages you de/select. |
|
|
|
|
|
#3 |
|
New Member
Join Date: Jan 2004
Location: United States
Posts: 11
![]() |
Hey, thanks.
Your reply is greatly appreciated, and I'll go have a look there. |
|
|
|
|
|
#4 |
|
Member
Join Date: Mar 2003
Posts: 103
![]() |
Also: Experiment. Good fer learnin' yessir.
|
|
|
|
|
|
#5 |
|
Member
Join Date: Jun 2002
Posts: 55
![]() |
Its not as complicated as it seems, all you really need is the full version (if your unsure what exactly you need) and run mostly through the bash shell. From there most codebases will give you step by step instructions on commands to enter in a *nix/cygwin environment.
Mostly you'll just be using things like gzip (which has a help in the bash shell to show what commands go with it and what they do) make (also has helps) and then a couple others if your going to be ripping it up and putting it back together like grep and move and all that. |
|
|
|
![]() |
| Thread Tools | |
Cygwin and Windows - Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| CircleMUD on Windows XP | Danlor | Newbie Help | 1 | 12-09-2004 07:08 PM |
| setting up my own mud with cygwin | UnKnOwN1205 | Newbie Help | 3 | 06-27-2004 08:18 PM |
| C++ and Windows | Scrod Fungus | MUD Coding | 3 | 01-13-2004 11:10 PM |
| Windows Related Help Request | Ntanel | MUD and RPG Webmasters | 0 | 06-27-2003 07:11 AM |
| Windows Engine | yagiska | Legal Issues | 0 | 01-22-2003 05:16 AM |
|
|