Skip to content

Instantly share code, notes, and snippets.

@lupyuen
Last active June 24, 2022 15:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lupyuen/a44bc3faaf6d674d2b227aeb992ccfb8 to your computer and use it in GitHub Desktop.
Save lupyuen/a44bc3faaf6d674d2b227aeb992ccfb8 to your computer and use it in GitHub Desktop.
Build Log for Zig PinePhone GUI App. See https://lupyuen.github.io/articles/pinephone
$ git clone --recursive https://github.com/lupyuen/zig-pinephone-gui
Cloning into 'zig-pinephone-gui'...
remote: Enumerating objects: 51, done.
remote: Counting objects: 100% (51/51), done.
remote: Compressing objects: 100% (37/37), done.
remote: Total 51 (delta 16), reused 36 (delta 8), pack-reused 0
Receiving objects: 100% (51/51), 11.40 KiB | 1.14 MiB/s, done.
Resolving deltas: 100% (16/16), done.
Submodule 'libs/zgt' (https://github.com/zenith391/zgt) registered for path 'libs/zgt'
Cloning into '/tmp/zig-pinephone-gui/libs/zgt'...
remote: Enumerating objects: 1321, done.
remote: Counting objects: 100% (98/98), done.
remote: Compressing objects: 100% (78/78), done.
remote: Total 1321 (delta 47), reused 56 (delta 19), pack-reused 1223
Receiving objects: 100% (1321/1321), 561.45 KiB | 818.00 KiB/s, done.
Resolving deltas: 100% (856/856), done.
Submodule path 'libs/zgt': checked out '77a7f9160c3f63aeb29d09736d3a4686d9ff69ca'
$ cd zig-pinephone-gui
$ pushd libs/zgt
/tmp/zig-pinephone-gui/libs/zgt /tmp/zig-pinephone-gui
$ zigmod fetch
$ popd
/tmp/zig-pinephone-gui
$ zig build
Code Generation [530/2261] std.array_list.ArrayListAlignedUnmanaged(std.dwarf.
Code Generation [603/2261] std.hash_map.HashMap([]const u8,[]const u8,std.proc
Code Generation [682/2261] std.hash_map.HashMapUnmanaged(usize,*ModuleDebugInf
Code Generation [745/2261] std.zig.system.NativeTargetInfo.abiAndDynamicLinker
Code Generation [929/2261] std.hash_map.HashMapUnmanaged([]const u8,std.build.
Code Generation [1907/2261] std.io.writer.Writer(std.fs.file.File,std.os.Write
Code Generation [2036/2261] std.crypto.sha2.Sha2x32((struct std.crypto.sha2.Sh
Code Generation [2193/2261] std.hash_map.HashMapUnmanaged([]const u8,void,std.
Code Generation [393/1456] std.array_list.ArrayListAlignedUnmanaged(std.dwarf.
Code Generation [566/1456] std.array_list.ArrayListAlignedUnmanaged(std.dwarf.
Code Generation [647/1456] .zgt.backends.gtk.backend.Events(.zgt.backends.gtk.
Code Generation [747/1456] std.array_list.ArrayListAligned(fn(*.zgt.button.But
$ zig-out/bin/zig-pinephone-gui
info: You clicked button with text Save
info: You clicked button with text Save
info: You clicked button with text Save
info: You clicked button with text Run
info: You clicked button with text Run
info: You clicked button with text Run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment