Skip to content

Commit

Permalink
fix json libs install
Browse files Browse the repository at this point in the history
  • Loading branch information
antikythera-techs-OS committed Feb 14, 2021
1 parent eed2ed4 commit b3e932f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
["ubus" ,"git://nbd.name/luci2/ubus.git" , "ubus-dir" , "4e82a1fabb87b5e3c948a792e16b0fac3702721b",""],
];

packageConf = [["json-c" , "cmake CMakeLists.txt", "make" , "sudo make install", "", "sudo ln -sf /usr/include/json-c /usr/include/json"],
packageConf = [["json-c" , "cmake CMakeLists.txt -DCMAKE_INSTALL_PREFIX=/usr/", "make" , "sudo make install", "", "sudo ln -sf /usr/include/json-c /usr/include/json"],
["libubox" , "cmake CMakeLists.txt -DBUILD_LUA=OFF" , "make" , "sudo make install", "", "sudo cp /usr/local/lib/libubox.so /usr/lib/libubox.so && sudo mkdir -p /usr/share/libubox && sudo ln -sf /usr/local/share/libubox/jshn.sh /usr/share/libubox/jshn.sh"],
["uci" , "cmake CMakeLists.txt -DBUILD_LUA=OFF" , "make" , "class=\"western\" && sudo make install", "","sudo ln -sf /usr/local/lib/libuci.so /usr/lib/libuci.so"],
["ubus" , "cmake CMakeLists.txt -DBUILD_LUA=OFF" , "make" , "sudo make install", "", "sudo ln -sf /usr/local/sbin/ubusd /usr/sbin/ubusd && sudo ln -sf /usr/local/lib/libubus.so /usr/lib/libubus.so"],
Expand Down

0 comments on commit b3e932f

Please sign in to comment.