TencentOS-tiny/board/Linux_Posix/bcrypt_demo
Amazingkenneth 884dae49da Use prettier to format; restore previous comments 2023-08-11 14:38:08 +00:00
..
inc Fix docs and code. 2023-08-11 01:03:42 +00:00
src modify ini_demo readme.md & update bcrypt components & bcrypt demo 2022-10-28 12:17:39 -04:00
CMakeLists.txt modify ini_demo readme.md & update bcrypt components & bcrypt demo 2022-10-28 12:17:39 -04:00
Makefile modify ini_demo readme.md & update bcrypt components & bcrypt demo 2022-10-28 12:17:39 -04:00
readme.md Use prettier to format; restore previous comments 2023-08-11 14:38:08 +00:00

readme.md

How to run the demo in linux

step1

make sure your develop environment.

  • cmake and version greater than 3.8.2
  • gcc gdb make is installed

step2

make build directory and compile in build

mkdir build && cd build
cmake ..
make

step3

run program !!

# in build directory
./bcrypt_demo

other

you can copy this demo to other path, but if you want do it, you need modify CMakeLists.txt. find line

set(TINY_ROOT ../../../)

and modify path-to-tinyos

set(TINY_ROOT path-to-tinyos)