Skip to content

Commit

Permalink
Merge branch 'master' into chore/prepare-release-1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
afiebig committed Jun 18, 2019
2 parents 4edc0f7 + 75509b5 commit b1d3020
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Desarrollo

Descarga e instala la dependencia **libserialport** ([instrucciones](https://sigrok.org/wiki/Libserialport)) ```git clone git://sigrok.org/libserialport```
Descarga e instala la dependencia **libserialport** ([instrucciones](https://sigrok.org/wiki/Libserialport)) `git clone git://sigrok.org/libserialport`

### Controladores (Dependiendo del adaptador/puerto serial que tengas)

Expand All @@ -27,11 +27,11 @@ Descarga e instala la dependencia **libserialport** ([instrucciones](https://sig

Estas instrucciones asumen que tienes instalado [homebrew](https://brew.sh/).

- ```brew install automake```
- ```brew install autoconf```
- ```brew install libtool```
- ```brew install swig```
- ```brew install cmocka```
- `brew install automake`
- `brew install autoconf`
- `brew install libtool`
- `brew install swig`
- `brew install cmocka`

### Unix

Expand All @@ -44,6 +44,8 @@ Estas instrucciones asumen que tienes instalado [homebrew](https://brew.sh/).

### Construir el Proyecto

#### Build

```bash
make build example=main
```
Expand Down

0 comments on commit b1d3020

Please sign in to comment.