Login
Back to forumSee the full topicGo to last reply

Posted By

IstvanV
on 2008-01-19
05:11:29
 Re: plus4emu FLI converter

The archive is in 7-Zip format, which you can unpack with tools that can be downloaded from here: http://www.7-zip.org/download.html. On Windows, just extract it to a plus4emu installation directory, so that p4filconv.exe is in the same directory as plus4emu.exe, and src/SConstruct is overwritten. On other platforms, it can be built from the included source code; first, unpack the latest plus4emu source package, and extract p4fliconv.7z to the same directory, overwriting SConstruct, for example, assuming that you have plus4emu-1.2.5.tar.gz and p4fliconv.7z in the current directory:
tar -xpzvf plus4emu-1.2.5.tar.gz
mv plus4emu-1.2.5 src
7za x p4fliconv.7z (type 'Y' to overwrite SConstruct)
rm p4fliconv.exe
cd src
(edit SConstruct, and disable win32CrossCompile and maybe buildRelease as well;
also edit src/gldisp.hpp, and replace the 'private:' at line 33 with 'protected:')
scons p4fliconv

If building from source code does not work for some reason, you can also run the Win32 version with WINE. I plan to release a new minor update to plus4emu in a week or so, which will include the image converter utility.



Back to top


Copyright © Plus/4 World Team, 2001-2024