mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-04 08:30:51 +00:00
update readme
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@447 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
@@ -26,8 +26,6 @@ the Unix-like environment with X11 for runtime.
|
|||||||
|
|
||||||
src - Contains the source for Milsko library
|
src - Contains the source for Milsko library
|
||||||
|
|
||||||
oosrc - Contains the source for Milsko OO binding
|
|
||||||
|
|
||||||
include - Contains the headers for Milsko
|
include - Contains the headers for Milsko
|
||||||
|
|
||||||
doc - Contains the documentation for Milsko
|
doc - Contains the documentation for Milsko
|
||||||
@@ -74,12 +72,10 @@ D. MinGW-w64/GCC/Clang
|
|||||||
default settings.
|
default settings.
|
||||||
|
|
||||||
GCC - Prefix for GCC toolchains. This does not
|
GCC - Prefix for GCC toolchains. This does not
|
||||||
matter if you set CC/CXX manually.
|
matter if you set CC manually.
|
||||||
|
|
||||||
CC - C compiler.
|
CC - C compiler.
|
||||||
|
|
||||||
CXX - C++ compiler.
|
|
||||||
|
|
||||||
DEBUG - Debug build or not, 0 in default settings.
|
DEBUG - Debug build or not, 0 in default settings.
|
||||||
|
|
||||||
VULKAN - Build Vulkan widget or not.
|
VULKAN - Build Vulkan widget or not.
|
||||||
@@ -97,8 +93,6 @@ D. MinGW-w64/GCC/Clang
|
|||||||
|
|
||||||
lib - Builds Milsko library
|
lib - Builds Milsko library
|
||||||
|
|
||||||
oolib - Builds OO binding
|
|
||||||
|
|
||||||
examples - Builds examples
|
examples - Builds examples
|
||||||
|
|
||||||
all - Builds lib and examples
|
all - Builds lib and examples
|
||||||
|
|||||||
@@ -82,8 +82,6 @@ c(" At the top level of this hierarchy there are seven directories:", 60);
|
|||||||
l("");
|
l("");
|
||||||
c(" src - Contains the source for Milsko library", 60);
|
c(" src - Contains the source for Milsko library", 60);
|
||||||
l("");
|
l("");
|
||||||
c(" oosrc - Contains the source for Milsko OO binding", 60);
|
|
||||||
l("");
|
|
||||||
c(" include - Contains the headers for Milsko", 60);
|
c(" include - Contains the headers for Milsko", 60);
|
||||||
l("");
|
l("");
|
||||||
c(" doc - Contains the documentation for Milsko", 60);
|
c(" doc - Contains the documentation for Milsko", 60);
|
||||||
@@ -121,12 +119,10 @@ c("TARGET - Target environment, chosen by Makefile in", 60);
|
|||||||
c(" default settings.", 60);
|
c(" default settings.", 60);
|
||||||
l("");
|
l("");
|
||||||
c("GCC - Prefix for GCC toolchains. This does not", 60);
|
c("GCC - Prefix for GCC toolchains. This does not", 60);
|
||||||
c(" matter if you set CC/CXX manually.", 60);
|
c(" matter if you set CC manually.", 60);
|
||||||
l("");
|
l("");
|
||||||
c("CC - C compiler.", 60);
|
c("CC - C compiler.", 60);
|
||||||
l("");
|
l("");
|
||||||
c("CXX - C++ compiler.", 60);
|
|
||||||
l("");
|
|
||||||
c("DEBUG - Debug build or not, 0 in default settings.", 60);
|
c("DEBUG - Debug build or not, 0 in default settings.", 60);
|
||||||
l("");
|
l("");
|
||||||
c("VULKAN - Build Vulkan widget or not.", 60);
|
c("VULKAN - Build Vulkan widget or not.", 60);
|
||||||
@@ -145,8 +141,6 @@ c("This section exists for people who chose D.", 60);
|
|||||||
l("");
|
l("");
|
||||||
c("lib - Builds Milsko library", 60);
|
c("lib - Builds Milsko library", 60);
|
||||||
l("");
|
l("");
|
||||||
c("oolib - Builds OO binding", 60);
|
|
||||||
l("");
|
|
||||||
c("examples - Builds examples", 60);
|
c("examples - Builds examples", 60);
|
||||||
l("");
|
l("");
|
||||||
c("all - Builds lib and examples", 60);
|
c("all - Builds lib and examples", 60);
|
||||||
|
|||||||
Reference in New Issue
Block a user