📄 readme
字号:
README for the "utils/build" directoryThis directory contains two little scripts that allow developers to configureand build blob for all supported architectures.Usage:- make a directory that will contain all build directories: mkdir ~/blob-build- copy build_Makefile and build_all to that directory: cp build_Makefile ~/blob-build/Makefile cp build_all ~/blob-build/- cd to the build directory: cd ~/blob-build/- edit build_all and change linux_prefix and blob_src so they reflect your system- run "./build_all" and watch how all architectures get automatically configured- run "make" and all architectures are build- run "make clean" to clean up all architecturesNote: the blob source directory should not be configured or otherwise thistrick won't work
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -