An open API service indexing awesome lists of open source software.

https://github.com/emilioddev/estructurada-project

Proyecto de programacion estructurada
https://github.com/emilioddev/estructurada-project

Last synced: over 1 year ago
JSON representation

Proyecto de programacion estructurada

Awesome Lists containing this project

README

          

# estructurada-project

Clonar repositorio:

```bash
git clone https://github.com/EmiliodDev/estructurada-project.git
```

1. Primero asegurate de tener instalado Make:

En MacOS con `Brew`:
```bash
brew update
```
```bash
brew install make
```
```bash
brew link make
```

En Windows con `Chocolatey`:
```bash
choco install make
```
```bash
make --version
```

2. Asegurate de tener instalado [gcc](https://gcc.gnu.org/).
3. Dirigete al directorio raiz del proyecto.
4. Ejecuta make:
```bash
make
```