8000 GitHub - CGQAQ/gn-build: Build the latest & best `GN-build-system` and `ninja` from source, and give you the wrapper(in python) to call it
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ gn-build Public

Build the latest & best `GN-build-system` and `ninja` from source, and give you the wrapper(in python) to call it

License

Notifications You must be signed in to change notification settings

CGQAQ/gn-build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gn-build

Build the latest & greatest GN-build-system and ninja from source, and give you the wrapper to call it

Official references

prerequisites

  • python3

HOWTO

git clone --recurse-submodules git@github.com:CGQAQ/gn-build.git
# git clone --recurse-submodules https://github.com/CGQAQ/gn-build.git

# On Windows
# run gn
python gn.py ...gnargs
# run ninja
python ninja.py ...ninjaargs

# On nonWindows
# run gn
python3 gn.py ...gnargs
# run ninja
python3 ninja.py ...ninjaargs
# ------------- OR ---------------
chmod +x ./gn.py ./ninja.py
# run gn
./gn.py ...gnargs
# run ninja
./ninja.py ...ninjaarg

About

Build the latest & best `GN-build-system` and `ninja` from source, and give you the wrapper(in python) to call it

Topics

Resources

License

Stars

Watchers

Forks

0