Cross-platform advanced subtitle editor
Go to file
Thomas Goyne bebc024fa0 Fix overflow issues with truncated pcm files 2015-11-29 20:11:14 -08:00
.nuget Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
automation Ensure luarocks env variables are set for make-automation 2015-09-13 11:54:32 +02:00
build Include a copy of ffversion.h 2015-11-29 20:11:14 -08: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 overflow issues with truncated pcm files 2015-11-29 20:11:14 -08:00
m4macros Always use C++ for AC_AGI_COMPILE 2015-07-27 18:57:08 -07:00
packages fix bad alignment caused by @9242c9fb4703cc70e3f46874b54a08f4381bae0f 2014-11-30 20:11:34 +01:00
po Update French translation 2015-08-30 16:47:59 -07:00
src Select the "Time" radio on startup 2015-11-29 20:11:14 -08:00
tests Improve code coverage of tests 2015-07-28 14:30:03 -07:00
tools Add LIBS_PTHREAD to repack-thes-dict 2015-09-13 12:12:17 +02:00
vendor Reapply OS X/Windows build hacks 2015-09-13 10:02:59 +02:00
.gitignore Move the desktop dir under the packages dir 2014-06-09 17:20:56 -07:00
.gitmodules Update wx 2014-08-23 15:56:32 -07:00
.travis.yml Swallow spam from coveralls submission 2014-07-06 19:25:49 -07:00
Aegisub.sln Add custom build system for wxWidgets 2014-05-13 11:02:46 -07:00
LICENCE Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
Makefile Remove the in-repo copy of the fontconfig config files 2014-06-24 09:06:32 -07:00
Makefile.inc.in Move the boost config defines to acconf.h to make the build command lines less gross 2015-01-01 10:24:01 -08:00
Makefile.target Move some of the audio provider machinery to libaegisub 2014-07-10 11:44:56 -07:00
README.md Fixed typo 2015-08-14 16:39:32 -04:00
acinclude.m4 Decruftify and fix the boost configure checks 2014-04-28 18:37:43 -07:00
autogen.sh Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
config.guess update config.guess and config.sub 2014-07-28 12:08:23 -07:00
config.sub update config.guess and config.sub 2014-07-28 12:08:23 -07:00
configure.ac Skip some pointless configure checks on OS X 2015-07-27 18:19:41 -07:00
header.mk Convert the build system to non-recursive make 2014-06-17 11:37:20 -07:00
install-sh Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -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 2015 (the free Community edition is good enough)
  2. The June 2010 DirectX SDK (the final release before DirectSound was dropped)
  3. Yasm installed to somewhere on your path.

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 This will take quite a while and requires about 2.5 GB of disk space.
  2. Open Aegisub.sln
  3. Build the BuildTasks project.
  4. Build the entire solution.

You should now have a bin directory in your Aegisub directory which contains aegisub32d.exe, along with a pile of other files.

The Aegisub installer includes some files not built as part of Aegisub (such as Avisynth and VSFilter), so for a fully functional copy of Aegisub you now need to copy all of the files from an installed copy of Aegisub into your bin directory (and don't overwrite any of the files already there). You'll also either need to copy the automation directory into the bin directory, or edit your automation search paths to include the automation directory in the source tree.

After building the solution once, you'll want to switch to the Debug-MinDep configuration, which skips checking if the dependencies are out of date, as that takes a while.

OS X

A vaguely recent version of Xcode and the corresponding command-line tools are required. Nothing older than Xcode 5 has been tested recently, but it is likely that some later versions of Xcode 4 are good enough.

For personal usage, you can use homebrew to install almost all of Aegisub's dependencies:

brew install boost --c++11 --with-icu
brew install autoconf ffmpeg fontconfig freetype2 fftw3 fribidi libass wxmac

ffms2 currently does not have a homebrew formula, but with ffmpeg installed should be a simple ./configure && make && make install to install.

Once the dependencies are installed, build Aegisub with autoreconf && ./configure && make && make osx-bundle. autoreconf should be skipped if you are building from a source tarball rather than git.

License

All files in this repository are licensed under various GPL-compatible BSD-style licenses; see LICENCE and the individual source files for more information. The official Windows and OS X builds are GPLv2 due to including fftw3.