Skip to content

AudYoFlo: Getting Started

jvxgit edited this page Jun 17, 2024 · 6 revisions

AudYoFlo supports multiple platforms. This chapter summarizes how users can start working with AudYoFlo. This mainly includes the usage of the cmake based build system. Principally, cmake can be used as a graphical setup wizard to build AudYoFlo from sources. However, compile-scripts were added to simplify the build process and are stored in folder build-scripts in the repository. The users are strongly encouraged to make use of these scripts when building AudYoFlo.

AudYoFlo involves certain third-party librares and tools. The user must be aware that certain pre-installations must be available on the build system. If a specific pre-installation is not available, the options can be set in the build script to deactivate the associated functinality by deactivating the corresponding build option.

In the following, the build processes for AudYoFlo are briefly described for the typical operating systems. Note that the main development platform is MS Windows/ Visual Studio. Therefore, most information can be found in the corresponding subfolder. The descriptions for the other platforms may refer to parts of the description for MS Windows/Visual Studio.

Back

Clone this wiki locally