open a terminal
change into ffmpegyag directory
run configure
(with --prefix=DIR if you want to install in a directory other than /usr/local)
./configure --prefix=/usr
# OR (if you want to use clang instead of gcc):
./configure --config-clang --prefix=/usr
Compile and install (may require root for installation)
make
sudo make install
remove ffmpegyag (run as root or uninstallation will fail)
sudo make uninstall
Creating a source package for redistribution
make tgz
Creating a debian binary package for redistribution
(configure with prefix /usr to prevent lintian errors)
(run as root for correct ownership of files)
./configure --prefix=/usr
# OR (if you want to use clang instead of gcc):
./configure --config-clang --prefix=/usr
sudo make deb
open a command prompt (cmd)
change into ffmpegyag directory
run configure.cmd
run make
run make install
open a command prompt (cmd.exe)
add your MinGW to the system environment path (SET PATH=C:\MinGW\bin)
set environment variable for your wxWidgets (SET WXWIN=C:\wxMSW)
change into HakuNeko's build directory (CD .\build)
clean previous portable builds (mingw32-make.exe -f win32.make BUILD=portable clean)
compile HakuNeko as portable* application (mingw32-make.exe -f win32.make BUILD=portable)
portable: all settings are stored inside the applications root directory
HakuNeko_Portable.exe can be found in the .\bin\win32 directory