Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

A library manager for c/c++ to make getting libraries working as fast and as easy as possible

License

Notifications You must be signed in to change notification settings

iwantlogic/ELM-with-termux-script

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Easy-Lib-Manager

A library manager for c/c++ to make getting libraries working as fast and as easy as possible config.sh will export the libs folder to the compiler so that it's automatically included and linked (you need to do source ./config.sh) the library folder is located in ~/libs you will have to source config.sh every terminal session if you want it to persist over terminal sessions you need to add source ./config.sh to your .bashrc or .bash_profile files echo 'source /full/path/to/your/config.sh' >> ~/.bashrc

The search function only finds 64 bit .tar.gz or zip files for now

THIS TOOL ONLY ADDS THE LIBS FOLDER TO THE COMPILER ARGS

WORKS ONLY WITH GCC/Linux FOR NOW

To use this you need:

Bash

GCC

python3

googlesearch python package

beautifulsoup python package

tqdm python package

you can get this by running install.sh (for apt/debian based distros) or install-fedora.sh (for dnf/fedora)

version 1.0.1

Screenshot from 2024-01-28 17-32-51

version 1.0.0

Screenshot from 2024-01-26 21-15-56

About

A library manager for c/c++ to make getting libraries working as fast and as easy as possible

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 60.7%
  • Shell 39.3%