-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
17 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# This cmake configuration file is based on the work by Werner Volken <[email protected]> | ||
|
||
# To create a native build of XaoS on Linux: | ||
# To create a native build of XaoS on Linux (no WebAssembly build is currently supported via cmake yet): | ||
# | ||
# * download a recent Qt SDK (at least Qt 6.2.4 is recommended), | ||
# | ||
|
@@ -65,6 +65,12 @@ | |
# | ||
# on the cmake command line to enable the driver. | ||
|
||
# Notes if you use Qt Creator to build XaoS via cmake: | ||
# | ||
# * You may get an error like 'No CMake configuration for build type "Debug" found.' | ||
# This is not the real error. Instead, you need to have a look at the Issues window | ||
# and learn what the problem is. Maybe some package is not found by cmake. | ||
# In particular, you may need to have libcups2-dev on your system already installed. | ||
|
||
########################################################################### | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters