updated readme for submodules

This commit is contained in:
Hendrik Schutter 2022-08-22 14:36:52 +02:00
parent f0f1e4fd93
commit 4cf1efea7a
2 changed files with 7 additions and 2 deletions

View File

@ -11,6 +11,8 @@
## Debian Build Notes
* `apt-get install ncurses-dev git make g++`
* `git submodule init`
* `git submodule update`
* `make release`
## Create Standalone with Debian 11
@ -29,6 +31,11 @@ Instructions how to create a standalone machine that boots directly to reHDD. Th
clone this repo into /root/
```
git submodule init
git submodule update
```
`cd /root/reHDD/`
`make release`

View File

@ -189,8 +189,6 @@ $(BIN_PATH)/$(BIN_NAME): $(OBJECTS)
@cp $(TFRANDDIR)/$(TFRANDLIB) $(LIBS)
@echo "Linking: $@"
@$(START_TIME)
@echo $(LDFLAGS)
@ls lib/
$(CMD_PREFIX)$(CXX) $(OBJECTS) $(LDFLAGS) -o $@
@echo -en "\t Link time: "
@$(END_TIME)