mirror of
https://github.com/Ed94/VEFontCache-Odin.git
synced 2025-08-06 06:52:44 -07:00
Readme update
This commit is contained in:
@@ -10,6 +10,11 @@ Builds example's sokol_demo.odin. Will gather necessary dependencies first.
|
|||||||
Its assumed the user has Odin installed and exposed to the OS enviornment's PATH.
|
Its assumed the user has Odin installed and exposed to the OS enviornment's PATH.
|
||||||
(Change odin_compiler_def.ps1 if not the case)
|
(Change odin_compiler_def.ps1 if not the case)
|
||||||
|
|
||||||
|
#### Note on dependency packages
|
||||||
|
|
||||||
|
[harfbuzz](https://github.com/Ed94/odin_harfbuzz) is configured to pull & build the C++ library, it uses the meson build system.
|
||||||
|
[freetype](https://github.com/Ed94/odin-freetype) package has pre-built .lib files for windows (debug/release).
|
||||||
|
|
||||||
### build_sokol_library.ps1
|
### build_sokol_library.ps1
|
||||||
|
|
||||||
Helper script used by `build_sokol_demo.ps1`. Build's & modifies the library for its use in the examples.
|
Helper script used by `build_sokol_demo.ps1`. Build's & modifies the library for its use in the examples.
|
||||||
|
@@ -96,8 +96,8 @@ function build-SokolBackendDemo
|
|||||||
$build_args += $flag_thread_count + $CoreCount_Physical
|
$build_args += $flag_thread_count + $CoreCount_Physical
|
||||||
# $build_args += $flag_optimize_none
|
# $build_args += $flag_optimize_none
|
||||||
# $build_args += $flag_optimize_minimal
|
# $build_args += $flag_optimize_minimal
|
||||||
# $build_args += $flag_optimize_speed
|
$build_args += $flag_optimize_speed
|
||||||
$build_args += $falg_optimize_aggressive
|
# $build_args += $falg_optimize_aggressive
|
||||||
# $build_args += $flag_debug
|
# $build_args += $flag_debug
|
||||||
$build_args += $flag_pdb_name + $pdb
|
$build_args += $flag_pdb_name + $pdb
|
||||||
$build_args += $flag_subsystem + 'windows'
|
$build_args += $flag_subsystem + 'windows'
|
||||||
|
Reference in New Issue
Block a user