Welcome to the Codelab project template by Fossil Logic! This template is designed to help you kickstart your journey in creating classic executable projects. Whether you're sharing applications via GitHub or exploring sample implementations, this template provides all the necessary setup, compilation, installation, and execution instructions to get you started quickly.
For viewing samples, be sure to look in the code/pages
directory.
Before you begin, ensure you have the following installed:
- Meson Build System: This project uses Meson for building. Visit the official Meson website for installation instructions.
- Install Meson:
Follow the installation guide on the Meson website for your operating system.
-
Clone the Repository:
git clone https://github.com/fossillogic/codelab-base.git cd codelab-base
-
Configure the Build:
meson setup builddir
-
Compile the Project:
meson compile -C builddir
-
Run the Project:
./<executable-name>
We welcome contributions! Feel free to open pull requests or create issues on the GitHub repository.
Have questions, feedback, or encountered an issue? Please open an issue on the GitHub repository.
This project is licensed under the Mozilla Public License. See the LICENSE
file for more details.