mirror of
https://gitee.com/jiuyilian/embedded-framework.git
synced 2025-01-06 10:16:51 -05:00
8 lines
223 B
Makefile
8 lines
223 B
Makefile
all:
|
|
@sudo apt-get update
|
|
@sudo apt-get install openssl
|
|
@sudo apt-get install libssl-dev
|
|
@tar zxvf cmake-3.27.4.tar.gz
|
|
@cd cmake-3.27.4/ && ./bootstrap
|
|
@cd cmake-3.27.4/ && make
|
|
@cd cmake-3.27.4/ && sudo make install
|