Menu

Tree [9c2356] master /
 History

HTTPS access


File Date Author Commit
 mf 2024-03-02 alx alx [d0311d] Updated trivia
 share 2024-02-04 alx alx [7a7a1f] Use a proper GC
 src 2025-06-15 alx alx [9c2356] Always reset mblen
 LICENSE 2024-03-02 alx alx [d0311d] Updated trivia
 Makefile 2024-03-02 alx alx [d0311d] Updated trivia
 README 2025-01-19 alx alx [933f08] OMP support note

Read Me

1. PREREQUISITES
-----------------------------
Following libraries and headers are required:

libX11    (xorg including extensions)
libXm     (Motif)
libjpeg   (OpenJPEG)
libpng
libtiff

On most GNU/Linux distributions appropriate 'development' packages need to
be installed also - e.g. xorg-dev, motif-dev, etc.

2. BUILDING AND INSTALLING
-----------------------------
If necessary, tweak the target platform specific makefile, Makefile.$(uname),
in the mf sub-directory (to change the installation prefix, perhaps). If no
appropriate Makefile exists, try Makefile.generic.

Run 'make' in the top-level directory of the source distribution and follow
instructions. When build process finishes, run 'make install' as root.

3. NOTES
-----------------------------
OpenMP (multiprocessor optimizations) are enabled by default for Linux and
FreeBSD targets. This may cause the build to fail with OMP related errors
on architectures that don't support it. If this is the case, comment out
or delete the "ENABLE_OMP = 1" line in the platform specific makefile:
mf/Makefile.<platform name>
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.