mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
Update CompileHowto.txt
This commit is contained in:
parent
7801ce30c5
commit
8ae09bc1c5
@ -12,7 +12,7 @@ sudo cp -R "$FIRMWARE_DIR/hardfp/opt/" /opt
|
|||||||
# create hyperion directory and checkout the code from github
|
# create hyperion directory and checkout the code from github
|
||||||
# You might want to add "--depth 1" if you only want to recompile the current source or dont want to use git any further
|
# You might want to add "--depth 1" if you only want to recompile the current source or dont want to use git any further
|
||||||
export HYPERION_DIR="hyperion"
|
export HYPERION_DIR="hyperion"
|
||||||
git clone --recursive https://github.com/tvdzwan/hyperion.git "$HYPERION_DIR"
|
git clone --recursive https://github.com/hyperion-project/hyperion.ng.git "$HYPERION_DIR"
|
||||||
|
|
||||||
# if you forget the --recursive in above statement or you are updating an existing clone you need
|
# if you forget the --recursive in above statement or you are updating an existing clone you need
|
||||||
# to clone the protobuf submodule by runnning the follwing two statements:
|
# to clone the protobuf submodule by runnning the follwing two statements:
|
||||||
|
Loading…
Reference in New Issue
Block a user