Skip to content

dykstrom/jccbasic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jccbasic

The JCC Basic standard library - a part of JCC.

Using

The standard library is not usable on its own. It is distributed with JCC as jccbasic.dll.

Building

To build the JCC Basic standard library, you need the 64-bit version of MinGW, as well as some tools that are not normally part of Windows.

mingw-w64

The 64-bit version of MinGW can be downloaded from their home page mingw-w64 or as pre-built binaries from MinGW-W64-binaries.

make

GNU make for Windows can be downloaded from the GnuWin32 project.

mkdir and rm

The makefile uses the *nix tools mkdir and rm. These can also be downloaded from the GnuWin32 project as part of the CoreUtils package.

An alternative is to install bash, for example as part of Git.