Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDave1999 authored May 19, 2020
1 parent 1cd9bcf commit 1d20438
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# LibraryList Generic
[![LibraryList](https://img.shields.io/badge/C-ListGeneric-blue)](https://github.com/MrDave1999/LibraryList)
[![LibraryList](https://img.shields.io/badge/LibraryList-v2.0-blue)](https://github.com/MrDave1999/LibraryList)
[![LibraryList](https://img.shields.io/badge/LibraryList-v2.5-blue)](https://github.com/MrDave1999/LibraryList)

LibraryList es una biblioteca que permite usar diversas estructuras de datos de forma genérica, esto quiere decir que en un programa se puede tener una lista de objetos de tipo `Vehículo` y en otra objetos de tipo `Conductor`.

Expand All @@ -15,13 +15,15 @@ Hasta ahora las estructuras de datos que maneja la biblioteca son:

Para poder compilar un programa usando esta biblioteca, se necesita tener un compilador de C que cumpla con el estándar [C11](https://es.wikipedia.org/wiki/C_(lenguaje_de_programaci%C3%B3n)#C11), de lo contrario, no funcionará.

¡No intentes usar esta biblioteca en C++! ¡No es compatible!

### Instalación

Necesitas descargar:

- Un compilador de C, como por ejemplo [GCC](https://jmeubank.github.io/tdm-gcc/download/).

- El archivo `liblist.a` (lo encuentras en este enlace: https://github.com/MrDave1999/LibraryList/releases/tag/v2.0).
- El archivo `LibraryList_v2.5` (lo encuentras en este enlace: https://github.com/MrDave1999/LibraryList/releases/tag/v2.5).

Después de haber descargado las herramientas, agregaremos la carpeta `lst` en el directorio `include`, que venga por defecto cuando instalemos el compilador. El archivo `liblist.a` debe estar añadido en la carpeta `lib`.

Expand Down

0 comments on commit 1d20438

Please sign in to comment.