Skip to content

Repository files navigation

Template for your README. Remove all unused parts and instructions

Lab work 2: mycat

Authors (team): AUTHORS WITH GITHUB LINKS
https://github.com/Siromanec Variant: VARIANT SHOULD BE HERE mycat

Prerequisites

LIST LIBRARIES/TOOLS/OTHER UTILITIES THAT NEED TO BE INSTALLED (E.G. GCC, OPENMP, CMAKE ETC)

POSIX

cmake make boost

WIN

cmake ninja boost mingw

Compilation

HOW TO COMPILE YOUR PROGRAM? (RECOMMENDED: ./comile.sh)

Installation

DESCRIBE THE INSTALLATION PROCESS (USE ./dependencies FOLDER)

Note: For Python scripts, You must add requirenments.txt file and add your env to the .gitignore file!

POSIX

cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make

windows MSYS

cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
ninja.exe

Usage

PROVIDE AN EXAMPLE OF HOW TO RUN YOUR PROGRAM (IT CAN BE A_flag COMMAND LINE WITH INPUT AND EXPECTED OUTPUT)

Note: if your project needs or generates any data, media and so on -- put them into the data folder

POSIX

./mycat file1 file2 ... [-A? | -h?]

WIN

./mycat.exe file1 file2 ... [-A?| -h?]

Important!

WHAT ELSE SHOULD WE KNOW ABOUT YOUR WORK? (E.G. KNOWN ISSUES, BUGS, SPECIAL BEHAVIOR ETC)

Results

DESCRIBE THE RESULTS OF THE WORK YOU DID. WHAT DID YOU LEARN OR FIND INTERESTING?

Перевіряв роботу на WINDOWS, LINUX, FREEBSD

Additional tasks

IF APPLICABLE, LIST ALL THE EXTRA FEATURES YOU ADDED. PROVIDE DETAILS

Додаткове завдання - 2

Кросплатформеність для WIN і POSIX систем.

туторіал для freeBSD

Звіт про запуск з FREEBSD

VirtualBox_FreeBSD_26_09_2023_13_23_23 VirtualBox_FreeBSD_26_09_2023_13_24_25 VirtualBox_FreeBSD_26_09_2023_13_25_19 VirtualBox_FreeBSD_26_09_2023_13_26_23 VirtualBox_FreeBSD_26_09_2023_13_27_03

ATTENTION!

Additional tasks not listed in the previous paragraph would not be graded.

Be sure to provide a complete list of authors.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages

Generated from ucu-cs/template_cpp