Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDave1999 authored Jun 6, 2020
1 parent cdd4451 commit 9f05bdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 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-v3.5-blue)](https://github.com/MrDave1999/LibraryList)
[![LibraryList](https://img.shields.io/badge/LibraryList-v3.7-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`. Sin embargo, cada elemento de la lista deben ser del mismo tipo.

Expand Down Expand Up @@ -31,7 +31,7 @@ Necesitas descargar:

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

- El archivo `LibraryList_v3.5` (lo encuentras en este enlace: https://github.com/MrDave1999/LibraryList/releases/tag/v3.5).
- El archivo `LibraryList_v3.7` (lo encuentras en este enlace: https://github.com/MrDave1999/LibraryList/releases/tag/v3.7).

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 9f05bdb

Please sign in to comment.