Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kauahensilva/c_double_circular_linked_list_and_others
This project is a simple bibliographic reference manager developed to study the C language and data structures.
https://github.com/kauahensilva/c_double_circular_linked_list_and_others
c data-structures estrutura-de-dados
Last synced: 9 days ago
JSON representation
This project is a simple bibliographic reference manager developed to study the C language and data structures.
- Host: GitHub
- URL: https://github.com/kauahensilva/c_double_circular_linked_list_and_others
- Owner: KauaHenSilva
- Created: 2024-05-22T22:48:59.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-31T15:23:10.000Z (6 months ago)
- Last Synced: 2024-05-31T17:14:22.673Z (6 months ago)
- Topics: c, data-structures, estrutura-de-dados
- Language: C
- Homepage:
- Size: 15.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Double Circular Linked List And Others
this project is a simple bibliographic reference manager, it is a project that I developed to study the language and the data structure.
## 🚀 Getting Started
Follow the instructions below to have the project running locally.
## 📋 Prerequisites
The project was developed in the Ubuntu environment, so the commands may vary according to the operating system. The project uses the following dependencies:
### GCC
```bash
sudo apt install build-essential
```### Meson
```bash
sudo apt-get -y install meson
```### Ninja
```bash
sudo apt-get -y install ninja-build
```## ❤️ Contribution
Contributions are welcome! To contribute, favorite the project and give your opinion about it!
## 🐬 Improve the Project.
Help improve the project! Fork it and develop your creativity!
>https://github.com/KauaHenSilva/c_double_circular_linked_list_and_others
## 🛠️ Exec From Source
1. **Clone this repository:**
```bash
git clone https://github.com/KauaHenSilva/c_double_circular_linked_list_and_others
```2. **Navigate to the project directory:**
```bash
cd c_double_circular_linked_list_and_others
```3. **Build:**
```bash
meson setup builddir
```4. **compiler:**
```bash
ninja -C builddir
```5. **Run:**
```bash
./builddir/src/main
```