Skip to content

Latest commit

 

History

History
51 lines (43 loc) · 1.07 KB

File metadata and controls

51 lines (43 loc) · 1.07 KB

OpenAvrilCLIB:

Request, Wait, Write for Threads at STACK.


Branches.

  • CLIB_WriteQueForThreadsAt_STACK.
  • CFSDImplemntation_CLIB.

Using.

LINUX Ubuntu.

version: Ubuntu 24.04.4 LTS.

CLion.

Version: 2026.1.2.


Dependencies.

Ubuntu Terminal.

sudo apt update
sudo apt install build-essential
sudo apt install cmake gcc g++ clang
sudo apt install cmake=4.2.3* cmake-data=4.2.3*

CLion plugins.

JetBrains remembers your selected plugings, do initial set of...

  • Native Build Tools.
  • Cmake.
  • CLion C and C++.

Building - Compiler Terminal Commands.

Open individual each project in its own window and...

cmake -B build
cmake --build build

Implementation.

How To Guide - Stack Flow From Client Input Scanner To Server And Back To Client.

  • GitHub ReadMe - How To Guide.

Wrapper Imports and Native IO.