Open Watcom V2

Open Watcom V2.0 - Source code repository, Wiki, Latest Binary build, Archived builds including all installers for download.
Alternatives To Open Watcom V2
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Open Watcom V2827
a day ago174otherC
Open Watcom V2.0 - Source code repository, Wiki, Latest Binary build, Archived builds including all installers for download.
Smartimage428
9 days ago4gpl-3.0C#
Reverse image search tool (SauceNao, IQDB, Ascii2D, trace.moe, and more)
Fastled_examples184
6 months ago1mitC++
FastLED example code, tests, demos, etc
Humanmicrobiome146
2 months ago2
Human Microbiome wiki
Reddit.wikidownloader29
10 days ago2gpl-3.0Python
A Python Reddit API Wrapper (PRAW) script to download all of the accessible wiki pages of a Reddit subreddit
Hieros22
14 days ago11otherJavaScript
Egyptian hieroglyps and Eurasian languages
Twitchy_the_bot15
7 years ago15mitPython
A reddit bot that gets twitch.tv streams from wiki pages and adds them to the subreddit's sidebar if they are live.
Reddit Sidebar Updater13
7 years ago2JavaScript
a Google Apps Script to update your subreddit sidebar
Discordpybot6
5 months ago1gpl-3.0Python
My personal Discord Bot Project. Nothing serious nor professional.
Cephalon Wiki6
3 years agoPython
Python and Shell Scripts for running and maintaining the /r/Warframe wiki bot
Alternatives To Open Watcom V2
Select To Compare


Alternative Project Comparisons
Readme

Open Watcom v2 Fork

Project Build Status Download
Build Status CI Build Github Release , GitHub Actions Build
Build Status Current Release Build Github Release , GitHub Actions Build
Build Status Coverity Scan Coverity Scan Analysis Results , GitHub Actions Build
Releases Archive All Github Releases

WikiDocs

Welcome to the Open Watcom v2 Project!

For more information about the project and build instructions see the GitHub wiki.

Discuss the Project on GitHub, Reddit or Discord.

GitHub, join the discussion Open Watcom on GitHub

Reddit Server, join the discussion Open Watcom on Reddit

Discord Server for Open Watcom 2.0, use following invite link to setup access to Open Watcom 2.0 Discord server. This Discord Server is moderated by the Open Watcom 2.0 Github group to remove spam, unrelated discussions about personal opinions, etc. It is intended for user and developer assistance with Open Watcom 2.0. It is possible to ask about an older versions of Open Watcom, but it is primarily for Open Watcom V2.

Other general Discord server for "Open Watcom" exists invite link. It is mainly for older versions of Open Watcom.

Official OpenWatcom site only WEB site is up, all other services (bugzilla, Wiki, News server, Perforce) is down for long time, it looks like it is dead.

Source Tree Layout

Open Watcom allows you to place the source tree almost anywhere (although we recommend avoiding paths containing spaces). The root of the source tree should be specified by the OWROOT environment variable in setvars (as described in Build document). All relative paths in this document are taken relative to OWROOT location. Also this document uses the backslash character as a path separator as is normal for DOS, Windows, and OS/2. Of course on Linux systems a slash character should be used instead.

The directory layout is as follows:

bld
  - The root of the build tree. Each project has a subdirectory under
    bld. For example:
      bld\cg       -> code generator
      bld\cc       -> C compiler
      bld\plusplus -> C++ compiler
      (see projects.txt for details)

build
  - Various files used by building tools. Of most interest are the
    *.ctl files which are scripts for the builder tool (see below)
    and make files (makeint et al.).

docs
  - Here is everything related to documentation, sources and tools.

distrib
  - Contains manifests and scripts for building binary distribution
    packages.

contrib
  - Third party source code which is not integral part of Open Watcom.
    This directory contains especially several DOS extenders.

build\bin
  - This is where all build tools created during phase one are placed.

rel
  - This is default location where the software we actually ship gets
    copied after it is built - it matches the directory structure of
    our shipping Open Watcom C/C++/FORTRAN tools. You can install the
    system by copying the rel directory to your host and then setting
    several environment variables.

    Note: the rel directory structure is created on the fly. The
    location of rel tree can be changed by `OWRELROOT` environment
    variable.

OpenWatcom Installation

Installer installation instruction in Documentation (OW Wiki).

OpenWatcom Building

Building instruction in OW Wiki.

Open Watcom Licence

Popular Wiki Projects
Popular Reddit Projects
Popular Content Management Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
C
Wiki
Reddit