Installation
Dependencies:
To install this library you need:
- C Compiler: Specify the version of the C compiler required (e.g., GCC, Clang).
- Git
Cmake or make or any kind of makefile system is needed to utilize this library at full potencial, but you can use manual commands only if you are a Giga Chad tho.
Installation Steps
Installing Git on Linux
if you are using linux you must have git installed on your system, so.
git clone https://github.com/Neq141/SML-Lib .
or
git clone --depth 1 https://github.com/Neq141/SML-Lib .
Installing Git on Mac
Most versions of MacOS will already have Git installed, and you can activate it through the terminal with git version. However, if you don’t have Git installed for whatever reason, you can install the latest version of Git using one of several popular methods as listed below:
- Install Git From an Installer
Navigate to the latest macOS Git Installer and download the latest version. Once the installer has started, follow the instructions as provided until the installation is complete. Open the command prompt “terminal” and type git version to verify Git was installed.
NOTE:
git-scm
is a popular and recommended resource for downloading Git on a Mac. The advantage of downloading Git from git-scm is that your download automatically starts with the latest version of Git. The download source is the same macOS Git Installer as referenced in the steps above. Install Git from Homebrew
- Homebrew is a popular package manager for macOS. If you already have Homwbrew installed, you can follow the below steps to install Git:
Open up a terminal window and install Git using the following command:
brew install git.
Once the command output has completed, you can verify the installation by typing:
git version.
NOTE: (This text was taken from here with the links included)
if it does not give an error well you are ready to install the package!
git clone https://github.com/Neq141/SML-Lib .
or
git clone --depth 1 https://github.com/Neq141/SML-Lib .
Install Git on Windows
- Navigate to the latest Git for Windows installer and download the latest version.
- Once the installer has started, follow the instructions as provided in the Git Setup wizard screen until the
- installation is complete.
- Open the windows command prompt (or Git Bash if you selected not to use the standard Git Windows Command
Prompt
during the Git installation).
Type
git version
to verify Git was installed.
git version
Note: git-scm is a popular and recommended resource for downloading Git for Windows. The advantage of downloading Git from git-scm is that your download automatically starts with the latest version of Git included with the recommended command prompt, Git Bash . The download source is the same Git for Windows installer as referenced in the steps above.
NOTE: (This text was taken from here with the links included)
git clone https://github.com/Neq141/SML-Lib .
or
git clone --depth 1 https://github.com/Neq141/SML-Lib .