wiki:Build/Unix

Unix Build Instructions

Please check to ensure you've installed all the required dependencies Build/Deps.


Distfile

  1. Get the current tarball from  http://www.aegisub.org/ or  http://www.mahou.org/~verm/aegisub/ for newer versions.
# ./configure
  1. Check that all libraries you want to compile with were detected properly by configure. Then:
# make
  1. Install:
# make install

The binary will be called aegisub-<version>


SVN

See Developer/SubVersion to get the source. This only applies to branches for information on the development version see Developer/DevelDep.

The steps are the same as above, run autogen before step #1:

# ./autogen.sh

To generate the required build files.

Be sure to note that the configure options will change between major versions.