mirror of
https://github.com/okalachev/flix.git
synced 2026-01-11 13:36:43 +00:00
Some updates to build instructions
This commit is contained in:
@@ -1,5 +1,12 @@
|
|||||||
# Building and running
|
# Building and running
|
||||||
|
|
||||||
|
To build the firmware or the simulator, you need to clone the repository using git:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
git clone https://github.com/okalachev/flix.git
|
||||||
|
cd flix
|
||||||
|
```
|
||||||
|
|
||||||
## Simulation
|
## Simulation
|
||||||
|
|
||||||
Dependencies are [Gazebo Classic simulator](https://classic.gazebosim.org) and [SDL2](https://www.libsdl.org) library.
|
Dependencies are [Gazebo Classic simulator](https://classic.gazebosim.org) and [SDL2](https://www.libsdl.org) library.
|
||||||
@@ -22,7 +29,7 @@ Dependencies are [Gazebo Classic simulator](https://classic.gazebosim.org) and [
|
|||||||
2. Install SDL2:
|
2. Install SDL2:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo apt-get install libsdl2-dev
|
sudo apt-get update && sudo apt-get install build-essential libsdl2-dev
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Run the simulation:
|
3. Run the simulation:
|
||||||
|
|||||||
Reference in New Issue
Block a user