User:AkhIL
From Synfig Studio :: Documentation
|
nickname: AkhIL firstname: Il'dar (Ильдар) lastname: Akhmetgaleev (Ахметгалеев) homepage: http://akhil.nm.ru |
---|
Contents
Things done with synfig
Synfig tools
- GIMP to synfig multilayer convertor
- synfig multilayer rendering tool
Synfig modules
Compiling
- Download newest synfig modules.
- Extract "<modulename>-<date>/<modulename> directory to synfig-core/src/modules/<modulename>
- Add <modulename> to SUBDIRS in synfig-core/src/modules/Makefile.am
- Add <modulename> to synfig-core/src/modules/synfig_modules.cfg
- Find mod_filter in synfig-core/configure.ac and put below it
src/modules/<modulename>/Makefile
- For Windows compilers, locate win32inst.nsi and in the SectionGroup "Layers" add
!include "..\src\modules\mod_akhilfx\mod_akhilfx.nsh"
and in the SectionGroup "un.Layers" add
!include "..\src\modules\mod_akhilfx\unmod_akhilfx.nsh"
- Reconfigure, recompile and reinstall synfig-core
- Check modules with
% synfig --modules