Skip to content

yfblock/byteosc

Repository files navigation

ByteOS CPP reimplementations

using cmake

Prepare

  1. cmake
  2. make
  3. ninja
  4. riscv64-unknown-linux-gnu-gcc
  5. riscv64-unknown-linux-gnu-g++
  6. clang-format(optional)

How to run

cmake -B build -S . -G Ninja -DCMAKE_EXPORT_COMPILE_COMMANDS=on
make
make run

Contribute your code

Before you push your code, you must run make format first.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages