Readme update

This commit is contained in:
2024-07-02 10:49:07 -04:00
parent a930fc00d4
commit d50c84cf81
2 changed files with 7 additions and 2 deletions

View File

@@ -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.

View File

@@ -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'