Add files via upload

This commit is contained in:
lwvmobile 2022-02-10 16:15:45 -05:00 committed by GitHub
parent 1b890a37cb
commit a3dd199479
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -22,9 +22,9 @@ mbelib 1.3.0
Example building instructions on Ubuntu:
sudo apt-get update
sudo apt-get install git make cmake # Update packages
git clone <URL of git repository> # Something like: git@github.com:USERNAME/mbelib.git
sudo apt update
sudo apt install git make cmake # Update packages
git clone https://github.com/lwvmobile/mbelib
cd mbelib # Move into source folder
mkdir build # Create build directory
cd build # Move to build directory