Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 933 Bytes

README.md

File metadata and controls

40 lines (28 loc) · 933 Bytes

nojs

Nothing to see here.

Oh, there's nothing to see here either.

Hacking

1️⃣ Install Google's depot_tools.

2️⃣ In a new directory, run gclient config https://github.com/chrisdickinson/nojs.git.

3️⃣ Now run gclient sync. Go get some coffee! ☕🏃

4️⃣ Generate the project!

On Linux:

mkdir -p nojs/out/Default and open nojs/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.

5️⃣ Now run ninja -C out/Default ':nojs'. Take a walk outside. 🚶🌳☁️

6️⃣ Once your laptop cools down, run out/Default/nojs. Marvel at how little it does.