Skip to content

Instantly share code, notes, and snippets.

@KunYi
Created November 4, 2020 11:26
Show Gist options
  • Save KunYi/6920a9f386436dfef754441655f04129 to your computer and use it in GitHub Desktop.
Save KunYi/6920a9f386436dfef754441655f04129 to your computer and use it in GitHub Desktop.
build libubox and install log
root@SRG-3352C:~/libubox/build# make install
[ 35%] Built target ubox
[ 39%] Built target blobmsg_json
[ 43%] Built target blobmsg_json-static
[ 79%] Built target ubox-static
[ 83%] Built target json_script
[ 87%] Built target jshn
[ 91%] Built target uloop_lua
[ 95%] Built target ustream-example
[100%] Built target json_script-example
Install the project...
-- Install configuration: ""
-- Installing: /usr/local/include/libubox/assert.h
-- Installing: /usr/local/include/libubox/avl-cmp.h
-- Installing: /usr/local/include/libubox/avl.h
-- Installing: /usr/local/include/libubox/blob.h
-- Installing: /usr/local/include/libubox/blobmsg.h
-- Installing: /usr/local/include/libubox/blobmsg_json.h
-- Installing: /usr/local/include/libubox/json_script.h
-- Installing: /usr/local/include/libubox/kvlist.h
-- Installing: /usr/local/include/libubox/list.h
-- Installing: /usr/local/include/libubox/md5.h
-- Installing: /usr/local/include/libubox/runqueue.h
-- Installing: /usr/local/include/libubox/safe_list.h
-- Installing: /usr/local/include/libubox/ulog.h
-- Installing: /usr/local/include/libubox/uloop.h
-- Installing: /usr/local/include/libubox/usock.h
-- Installing: /usr/local/include/libubox/ustream.h
-- Installing: /usr/local/include/libubox/utils.h
-- Installing: /usr/local/include/libubox/vlist.h
-- Installing: /usr/local/lib/libubox.so
-- Installing: /usr/local/lib/libubox.a
-- Installing: /usr/local/lib/libblobmsg_json.so
-- Set runtime path of "/usr/local/lib/libblobmsg_json.so" to ""
-- Installing: /usr/local/lib/libblobmsg_json.a
-- Installing: /usr/local/bin/jshn
-- Set runtime path of "/usr/local/bin/jshn" to ""
-- Installing: /usr/local/lib/libjson_script.so
-- Set runtime path of "/usr/local/lib/libjson_script.so" to ""
-- Installing: /usr/local/share/libubox/jshn.sh
-- Installing: /usr/local/lib/lua/5.1/uloop.so
-- Set runtime path of "/usr/local/lib/lua/5.1/uloop.so" to ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment