Last modified 2 years ago
Unix Build Instructions
Please check to ensure you've installed all the required dependencies Build/Deps.
Distfile
- Get the current tarball from http://www.aegisub.org/ or http://www.mahou.org/~verm/aegisub/ for newer versions.
# ./configure
- Check that all libraries you want to compile with were detected properly by configure. Then:
# make
- 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.
