* To build Gnash from sources, see the .bep file and the haikuporter tool. * Now requires much less dependencies. * Not all of the huge boost library is needed, only a tiny part, that is Boost.Thread and Boost.Datetime. * The dependencies are: * ffmpeg; * Boost.Thread and Datetime; * giflib; * And * optional packages which are already part of most Haiku builds: OpenSSL, Curl; * compile time only dependency of libagg. * Cannot use libagg 2.4 included in -lbe, require libagg 2.5. -lbe and -lagg order in linker command matters. * The ffmpeg media add-on could potentially be used instead of external ffmpeg package, but not all symbols can be linked (audio_resample).