Skip to content

mundusnine/kmake

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kmake is a meta-build-tool for C/C++ projects similar in its functionality to premake and cmake. It is an extended fork of Node.js so it provides the speed of V8 and all of the Node.js-API to kmake-build-scripts.

For when you are only changing TypeScript and/or JavaScript files without also doing changes to the native side, clone this repo and with your normal kmake binary do:

kmake --dev absolute/path/to/kmake_repo

For when you are changing TypeScript and/or JavaScript files to create a node build that pulls them in at runtime, build with the following command:

Windows: vcbuild.bat openssl-no-asm without-intl node-builtin-modules-path %cd%

*nix based: ./configure --openssl-no-asm --without-intl --node-builtin-modules-path $(pwd)

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 60.2%
  • C++ 21.2%
  • Python 12.4%
  • C 2.8%
  • TypeScript 1.3%
  • HTML 0.9%
  • Other 1.2%