This website requires JavaScript.
Explore
Help
Register
Sign In
alex
/
esp-idf
Watch
1
Star
0
Fork
0
You've already forked esp-idf
mirror of
https://github.com/espressif/esp-idf.git
synced
2024-10-05 20:47:46 -04:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
e82eac4354
esp-idf
/
examples
/
build_system
/
cmake
/
idf_as_lib
/
build.sh
5 lines
86 B
Bash
Raw
Normal View
History
Unescape
Escape
global: use '/usr/bin/env bash' instead of '/usr/bin/bash' in shebangs Using the method from @cemeyer (https://github.com/espressif/esp-idf/pull/3166): find . -name \*.sh -exec sed -i "" -e 's|^#!.*bin/bash|#!/usr/bin/env bash|' {} + Closes https://github.com/espressif/esp-idf/pull/3166.
2020-04-02 19:10:02 -04:00
#!/usr/bin/env bash
examples: update idf_as_lib example to use new api
2019-03-23 22:14:49 -04:00
rm -rf build
&&
mkdir build
&&
cd
build
cmake ..
global: use '/usr/bin/env bash' instead of '/usr/bin/bash' in shebangs Using the method from @cemeyer (https://github.com/espressif/esp-idf/pull/3166): find . -name \*.sh -exec sed -i "" -e 's|^#!.*bin/bash|#!/usr/bin/env bash|' {} + Closes https://github.com/espressif/esp-idf/pull/3166.
2020-04-02 19:10:02 -04:00
cmake --build .
Reference in New Issue
Copy Permalink