Editing MG/Development

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.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
==Introduction==
 
 
For people who would like to work on MegaGlest, the MegaGlest team has tried to work hard to make things as easy for the users as possible. Below is a list of links to try to assist anyone who is interested in helping with development or just to learn for your own enjoyment.
 
For people who would like to work on MegaGlest, the MegaGlest team has tried to work hard to make things as easy for the users as possible. Below is a list of links to try to assist anyone who is interested in helping with development or just to learn for your own enjoyment.
  
MegaGlest is hosted at GitHub:
+
MegaGlest is hosted at sourceforge.net: https://sourceforge.net/projects/megaglest/
* Game engine: [https://github.com/MegaGlest/megaglest-source megaglest-source]
 
* Game assets: [https://github.com/MegaGlest/megaglest-data megaglest-data]
 
* Masterserver: [https://github.com/MegaGlest/megaglest-masterserver megaglest-masterserver]
 
  
Please refer to the topics below for further information.
+
You can download the latest full and ready-to-use versions from here (source/data/binaries):
  
==Accessing GIT==
+
https://sourceforge.net/projects/megaglest/files/current_release/
 +
 
 +
Sourceforge also hosts the MegaGlest subversion repository, this is where the source code is kept. More about this below.
 +
 
 +
==Accessing subversion==
 
* [[MG/Getting The Code|Getting The Code]]
 
* [[MG/Getting The Code|Getting The Code]]
* [[MG/Project Structure|Project Structure]]
+
* [[MG/SVN Structure|SVN Structure]]
  
 
== Compiling==
 
== Compiling==
 +
* [[MG/CodeBlocks Compiling|CodeBlocks Compiling]]
 
* [[MG/Linux Compiling|Linux Compiling]] (cmake)
 
* [[MG/Linux Compiling|Linux Compiling]] (cmake)
* [[MG/Windows Compiling|Windows Compiling]] (VC++)
+
* [[MG/Windows Compiling|Windows Compiling]] (VC++ 2008)
* [[MG/CodeBlocks Compiling|CodeBlocks Compiling]]
+
* [[MG/Mac Compiling|Mac Compiling]] (XCode)
* [[MG/Mac Compiling|Mac Compiling]]
 
 
* [[MG/FreeBSD Compiling|FreeBSD Compiling]] (cmake)
 
* [[MG/FreeBSD Compiling|FreeBSD Compiling]] (cmake)
 
* [[MG/Misc Scripts|Misc Scripts]]
 
* [[MG/Misc Scripts|Misc Scripts]]
Line 24: Line 24:
 
Installers make it easy for people to get the software setup on their computers, so when the MegaGlest team makes a new stable release, they also prepare/build [[MG/Installers|Installers]]. As of v3.5.1 megaglest's build system support 'make install' style installation on Linux based platforms. The following is an example of how to do this in Ubuntu:
 
Installers make it easy for people to get the software setup on their computers, so when the MegaGlest team makes a new stable release, they also prepare/build [[MG/Installers|Installers]]. As of v3.5.1 megaglest's build system support 'make install' style installation on Linux based platforms. The following is an example of how to do this in Ubuntu:
  
  cd mk/linux
+
  cd trunk
 
  mkdir build
 
  mkdir build
 
  cd build
 
  cd build
  cmake ../../..
+
  cmake ..
 
  make -j 3
 
  make -j 3
 
  sudo make install
 
  sudo make install
Line 41: Line 41:
  
 
==See Also==
 
==See Also==
* [[MG/Snapshots]]
+
*[[MegaGlest]]
* [[MegaGlest]]
 
 
[[Category:MG]]
 
[[Category:MG]]
[[Category:Development]]
 
[[Category:HOW-TOs]]
 

Please note that all contributions to MegaGlest are considered to be released under the Creative Commons Attribution Share Alike (see MegaGlest:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, 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. Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel Editing help (opens in new window)