Skip to content

Latest commit

 

History

History
59 lines (36 loc) · 1.59 KB

README.md

File metadata and controls

59 lines (36 loc) · 1.59 KB

Fossil Project

This project template serves as a starting point for creating classic executable projects that can be published as applications on Flatpak and/or via GitHub. It includes the necessary setup, compilation, installation, and running instructions to get your project up and running quickly.

Prerequisites

Ensure you have the following installed before starting:

  • Meson Build System: This project relies on Meson. For installation instructions, visit the official Meson website.

Setting Up Meson Build

  1. Install Meson:
    • Follow the installation guide on the Meson website for your operating system.

Setting Up, Compiling, Installing, and Running the Project

  1. Clone the Repository:

    git clone https://github.com/fossillogic/<exe name>.git
    cd <exe name>
  2. Configure the Build:

    meson setup builddir
  3. Compile the Project:

    meson compile -C builddir
  4. Install the Project:

    meson install -C builddir
  5. Run the Project:

    <exe name>

Contributing

Interested in contributing? Please open pull requests or create issues on the GitHub repository.

Feedback and Support

For issues, questions, or feedback, open an issue on the GitHub repository.

License

This project is licensed under the Mozilla Public License.