Skip to content
This repository was archived by the owner on Oct 12, 2021. It is now read-only.
/ OpenCDE Public archive

Arquivotheca/OpenCDE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4bb0f65 · Jan 28, 2012

History

123 Commits
Jan 21, 2012
Nov 1, 2011
Jan 21, 2012
Jul 21, 2011
Jan 22, 2012
Jan 21, 2012
Jan 28, 2012
Nov 26, 2011
Nov 26, 2011
Nov 1, 2011
Nov 26, 2011
Jan 22, 2012
Dec 17, 2011
Nov 23, 2011
Oct 30, 2011
Jan 22, 2012

Repository files navigation

OpenCDE
-------

*** Compiling / Installing ***

Before attempting to compile OpenCDE, you must edit the 'config.Mk'
file. Ensure that the PLATFORM variable is set to your target platform
and that the PREFIX variable points to the location in which you would
like to install OpenCDE to.

If using an operating system other than FreeBSD or Linux, you will
likely need to modify the CFLAGS, CPPFLAGS and LDFLAGS to point to your
build environment.

OpenCDE requires no dependencies other than OpenMotif and it's required
libraries.

You can compile and install OpenCDE by issuing the following commands

$ cd opencde
$ make
# make install

If you are porting OpenCDE and require the build to be handled by some
kind of build harness, you can use the following commands to prevent you
from needing to edit config.Mk.

$ cd opencde
$ make PLATFORM=FREEBSD
# make PREFIX=/usr/local install

There are two versions of dtwm: the standard version is a wrapper script 
for mwm, while the other is a fork of mwm, which was at one point bundled
with OpenCDE. 
The fork is currently available from https://github.com/idunham/dtwm.git
if you prefer to use it; it is licensed under the OpenMotif license.

Enjoy,

The OpenCDE Consortium

About

A free and open source rewrite of CDE

Topics

Resources

Stars

Watchers

Forks

Contributors

No contributors