Skip to content

Fix: update build instructions#183

Open
mgiannopoulos24 wants to merge 3 commits intocvut:masterfrom
mgiannopoulos24:docs/build-instructions
Open

Fix: update build instructions#183
mgiannopoulos24 wants to merge 3 commits intocvut:masterfrom
mgiannopoulos24:docs/build-instructions

Conversation

@mgiannopoulos24
Copy link
Copy Markdown

@mgiannopoulos24 mgiannopoulos24 commented Jan 4, 2026

Update build instructions and Makefile configuration

Changes

  • README.md:

    • Added git submodule initialization step before building
    • Updated CMake command to use modern -S . -B build syntax
    • Added optimization flags (-O3 -march=native) to CMake build
    • Updated make command to use -C build for consistency
    • Updated Tests section with the new CMake syntax
  • Makefile:

    • Renamed .dev-config.mk.default to .dev-config.local.mk to match the file on project's root.

Rationale

The git submodule step is required for the build to succeed, and the updated CMake commands follow modern best practices while including performance optimizations.

@mgiannopoulos24
Copy link
Copy Markdown
Author

@jdupak Hi there, sorry for the mention. Would you like to have a look?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant