How to build FModel from source #424
Pinned
4sval
announced in
Announcement
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It is sometimes necessary to build FModel from source for some users, either because the shipped executable becomes outdated, or simply to get new features as soon as they are pushed to GitHub.
We usually work with 2 branches, master and dev, where master represents the code of the stable version of FModel, and dev the code of the beta version + all the bug fixes, experimental changes, and upcoming features of the next release.
FModel is a C# project that requires the following things to be installed on your computer:
In order to build FModel from source, clone the repository and all its submodules.
Open the project directory in a command line window and paste this command.
Go to
{PROJECT_DIR}\FModel\bin\Publish
to find your newly compiled FModel executable.Beta Was this translation helpful? Give feedback.
All reactions