Cross-platform advanced subtitle editor
Go to file
Thomas Goyne 097bbd3657 Add tarball files 2014-04-06 10:57:17 -07:00
.nuget Update solution file 2014-04-06 09:21:37 -07:00
automation Add in-repo copy of Lua and use it rather than the system copy 2014-04-06 07:52:49 -07:00
build Add tarball files 2014-04-06 10:57:17 -07:00
desktop Rearrange repository 2014-04-06 07:48:20 -07:00
docs Modify aegisub_convert_docs.pl to produce a static mirror suitable for serving on a web site 2012-09-03 17:26:49 -07:00
libaegisub Fix crash on empty progress title on OS X 2014-04-06 07:58:01 -07:00
m4macros Rearrange repository 2014-04-06 07:48:20 -07:00
packages Bump version in installer to 3.1.3 2014-04-06 09:21:37 -07:00
po Update traditional Chinese translation 2014-04-06 09:58:27 -07:00
reporter Rearrange repository 2014-04-06 07:48:20 -07:00
src Fix a crash when deleting lines with audio open 2014-04-06 09:21:37 -07:00
tests Actually include the dependency files in the tests Makefile 2014-04-06 07:59:27 -07:00
tinderbox Rearrange repository 2014-04-06 07:48:20 -07:00
tools Rearrange repository 2014-04-06 07:48:20 -07:00
vendor Update dependencies 2014-04-06 09:21:36 -07:00
.gitignore Update .gitignore 2014-04-06 09:21:36 -07:00
.gitmodules Add in-repo copy of Lua and use it rather than the system copy 2014-04-06 07:52:49 -07:00
Aegisub.sln Update solution file 2014-04-06 09:21:37 -07:00
INSTALL Rearrange repository 2014-04-06 07:48:20 -07:00
LICENCE Rearrange repository 2014-04-06 07:48:20 -07:00
Makefile Add in-repo copy of Lua and use it rather than the system copy 2014-04-06 07:52:49 -07:00
Makefile.inc.in Add in-repo copy of Lua and use it rather than the system copy 2014-04-06 07:52:49 -07:00
Makefile.target Add in-repo copy of Lua and use it rather than the system copy 2014-04-06 07:52:49 -07:00
README.md Kill the Update Dependencies project 2014-01-02 12:43:37 -08:00
acconf.h.in Add tarball files 2014-04-06 10:57:17 -07:00
acinclude.m4 Rearrange repository 2014-04-06 07:48:20 -07:00
aclocal.m4 Add tarball files 2014-04-06 10:57:17 -07:00
autogen.sh Rearrange repository 2014-04-06 07:48:20 -07:00
config.guess Rearrange repository 2014-04-06 07:48:20 -07:00
config.sub Rearrange repository 2014-04-06 07:48:20 -07:00
configure Add tarball files 2014-04-06 10:57:17 -07:00
configure.ac Fix path for version.sh call in configure 2014-04-06 09:21:37 -07:00
install-sh Rearrange repository 2014-04-06 07:48:20 -07:00

README.md

Aegisub

For binaries and general information see the homepage.

The bug tracker can be found at http://devel.aegisub.org.

Support is available on the forums or on IRC.

Building Aegisub

Windows

Prerequisites:

  1. Visual Studio 2012. Express edition might work.
  2. A recent Windows SDK
  3. A recent DirectX SDK
  4. A MSYS install with git and c99conv. Note that mingw is not required.

There are a few optional dependencies:

  1. msgfmt, to build the translations
  2. WinRAR, to build the portable installer
  3. InnoSetup, to build the regular installer

All other dependencies are either stored in the repository or are included as submodules.

Building:

  1. Clone Aegisub's repository recursively to fetch it and all submodules: git clone --recursive git@github.com:Aegisub/Aegisub.git
  2. Disable autocrlf for ffmpeg, as its build system manages to not support Windows newlines: cd aegisub/deps/ffmpeg && git config --local core.autocrlf && git rm --cached -r . && git reset --hard
  3. Open Visual Studio from the VS2013 Native Tools Command Promp using devenv.exe /useenv (required for the build system to be able to find nmake.exe for building wxWidgets)
  4. Open Aegisub.sln
  5. Open the properties for the Aegisub project and set the location of MSYS in Configuration Properties > Aegisub > Library paths
  6. Build Aegisub
  7. Copy the contents of an existing Aegisub install into the aegisub/aegisub/bin directory (not strictly required, but you'll be missing a lot of functionality otherwise).

There's a pile of other files such as dictionaries, VSFilter and avisynth

For actual development work you will probably want to mostly use the "Debug-MinDep" configuration (which disables building most of the projects), as the dependency checking is pretty slow.

License

All source files in this repository are licensed under either 3-clause BSD or ISC licenses. In practice, Aegisub binaries are usually GPL licensed due to the dependencies.