Skip to content

SST-OSClub/LoggingLibrary-CPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Logging Library in C++

A simple multi-purpose logging library written in C++

How to build and run (For Developement)

  1. Ensure a C/C++ compiler is installed on your system. I recommend using mingw-64 for windows and using your package manager's gcc distribution for linux/mac users.
    You can google "How to install C++ in [windows/mac/linux]" for more information.
  2. Install CMake Verify installation by running cmake --version
  3. Now you need to setup your build system, to do so follow these steps:-
    For windows users:- If you are using Visual Studio Code, then check out this guide for setting up CMake for vscode
    For linux/mac users:- For ubuntu users, run sudo apt-get install build-essential to install make. For other distro users, you can install from your respective package managers.
    Verify installation by running make --version
  4. Now build and run the project
    For windows users:- You can use the run button in the taskbar to build and run the project.
    For linux/mac users:- Make a new folder build in the root directory of project. Cd into build and run cmake .. to setup makefiles. Run make to build the project. Then finally run the executable with ./main.

Guides

You can watch these tutorials on difficulties you encounter:-
Basic C++ Tutorial
Object Oriented Programming in C++

About

A simple multi-purpose logging library written in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published