Menu

Tree [71f88b] master /
 History

HTTPS access


File Date Author Commit
 mf 1 day ago alx alx [4c6a10] Update makefiles
 share 2026-03-04 alx alx [52d5c6] Updated trivia
 src 6 hours ago alx alx [71f88b] Resolved compiler warnings
 LICENSE 2026-03-04 alx alx [52d5c6] Updated trivia
 Makefile 2026-03-05 alx alx [5fbfe5] Update copyright
 README 1 day ago alx alx [4c6a10] Update makefiles

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
-----------------------------
Make sure to review the target platform makefile (mf/Makefile.<platform>).
Adjust the installation prefix and X resources installation path if necessary.
Read comments in the makefile for additional compile time options available.
The target platform is picked by the master Makefile from uname(1). If no
platform specific 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, set the variable
ENABLE_OMP = 0 in the platform specific makefile (mf/Makefile.<platform>).
MongoDB Logo MongoDB