Compiling AGS: Difference between revisions
no edit summary
No edit summary |
|||
Line 1: | Line 1: | ||
<big>'''Introduction'''</big> | <big>'''Introduction'''</big> | ||
Line 7: | Line 5: | ||
'''You'll want to rebuild AGS (either the Editor or the Engine) only for two potential reasons:''' | '''You'll want to rebuild AGS (either the Editor or the Engine) only for two potential reasons:''' | ||
* '''You want to know very accurately how it works inside''' (e.g. because the plugin you're currently developing is rather complex and you don't very well how to make it work with AGS built-in features) | * '''You want to know very accurately how it works inside''' (e.g. because the plugin you're currently developing is rather complex and you don't know very well how to make it work with AGS built-in features) | ||
''OR'' | ''OR'' | ||
* '''You want to implement new features into AGS itself, as a contributor to AGS''', which is an open-sourced project. For example, you've decided to fix a bug from the tracker, or you're one of those coding wizards who are able to port the entire engine to a new platform. | * '''You want to implement new features into AGS itself, as a contributor to AGS''', which is an open-sourced project. For example, you've decided to fix a bug from the tracker, or you're one of those coding wizards who are able to port the entire engine to a new platform. |