Oh, there's nothing to see here either.
:one: Install Google's depot_tools
.
:two: In a new directory, run gclient config https://github.com/chrisdickinson/nojs.git
.
:three: Now run gclient sync
. Go get some coffee! :coffee::runner:
:four: Generate the project!
On Linux:
mkdir -p nojs/out/Default
and opennojs/out/Default/args.gn
.Enter:
is_clang = false use_sysroot = false target_sysroot = "/"
Now, run
cd nojs; gn gen out/Default
.On Mac:
cd nojs; gn gen out/Default
.
:five: Now run ninja -C out/Default ':nojs'
. Take a walk outside. :walking::deciduous_tree::cloud:
:six: Once your laptop cools down, run out/Default/nojs
. Marvel at how little it does.