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
- Host: GitHub
- URL: https://github.com/emilioddev/estructurada-project
- Owner: EmiliodDev
- Created: 2024-11-15T00:29:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-15T00:45:26.000Z (over 1 year ago)
- Last Synced: 2024-11-15T01:28:18.789Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```