Update README.md
This commit is contained in:
parent
cf7c6cd7c6
commit
42cb351089
|
|
@ -12,7 +12,7 @@ This driver is under active development.
|
||||||
* **MIDI IN/OUT:**
|
* **MIDI IN/OUT:**
|
||||||
|
|
||||||
### 📝 To-Do & Known Limitations
|
### 📝 To-Do & Known Limitations
|
||||||
* Find Bugs, if possible improve perforamnce/stablity
|
* Find Bugs, if possible improve performance/stablity
|
||||||
|
|
||||||
## Installation and Usage
|
## Installation and Usage
|
||||||
|
|
||||||
|
|
@ -178,13 +178,13 @@ Follow these steps to build the `TascamControlPanel` application from source:
|
||||||
```mkdir build```
|
```mkdir build```
|
||||||
```cd build```
|
```cd build```
|
||||||
|
|
||||||
3. **Configure the project** with CMake:
|
4. **Configure the project** with CMake:
|
||||||
|
|
||||||
```cmake ..```
|
```cmake ..```
|
||||||
|
|
||||||
This step will check for all necessary dependencies and generate the build files.
|
This step will check for all necessary dependencies and generate the build files.
|
||||||
|
|
||||||
4. **Build the application**:
|
5. **Build the application**:
|
||||||
|
|
||||||
```make -j$(nproc)```
|
```make -j$(nproc)```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue