You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- [Build Cemu on BSD with CMake](#build-cemu-on-bsd-with-cmake)
23
26
-[Updating Cemu and source code](#updating-cemu-and-source-code)
24
27
25
28
## Windows
@@ -185,6 +188,33 @@ Then install the dependencies:
185
188
#### Troubleshooting steps
186
189
- If step 3 gives you an error about not being able to find ninja, try appending `-DCMAKE_MAKE_PROGRAM=/usr/local/bin/ninja` to the command and running it again.
187
190
191
+
## FreeBSD
192
+
193
+
The following instructions to build Cemu on FreeBSD are experimental. Some features available on other platforms are not available on FreeBSD (discord rich presence, bluetooth/support for actual Wii U controllers, auto-updates, etc.)
194
+
195
+
To compile Cemu, a recent enough compiler and STL with C++20 support is required! Clang-15 or higher is what we recommend. Any version of FreeBSD 13.3-RELEASE or higher comes bundled with LLVM > version 15 as part of the base system. However, if for whatever reason your system lacks a recent version of LLVM you can install one by executing:
0 commit comments