Skip to content

Download and compile CMake for subsequent use by npm installations

License

Notifications You must be signed in to change notification settings

ko-matsu/install-cmake

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

install-cmake

Download and compile CMake for subsequent use by npm --global install. This package installs CMake 3.5.2. Note that because cmake takes such a long time to download and compile, it is recommended that you install this package in global mode.

Based on Stanley Gu's cmake for npm.

Installing on Windows

When Windows is detected (via process.platform === 'win32'), CMake will be installed via MSI.

This package:

  • will add cmake to the system PATH
  • requires a single interactive input: allowing escalation to administrator
  • can be debugged by setting captureLogs to true, enabling verbose logs
  • is safe to run if already installed

About

Download and compile CMake for subsequent use by npm installations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%