Česky
Kamil Dudka

Share Library (C++)

File detail

Name:DownloadREADME [Download]
Location: sharelib > src
Size:951 B
Last modification:2007-08-27 01:15

File content

Library for work with objects in shared memory (Bachelor's thesis)
==================================================================
Author: Kamil Dudka, xdudka00@gmail.com
Date: 2007-05-15

Build on Linux
--------------
Type 'make' in this directory. Target will be in 'linux' directory on success.

Build on Microsoft Windows
--------------------------
You need Microsoft Visual Studio 2005 to build library. Open solution
sharelib.sln, then click on item 'Build solution' in menu 'Build'. Target will
be in 'Release' directory on success.

Files and directories
---------------------
bp ............ Bachelor's thesis [czech]
doc ........... API documentation (generated by Doxygen)
linux ......... build target
sharectl ...... monitoring and debuging utility
sharelib ...... Library sources
test1 ......... test1_string test program
test2 ......... test2_wordcount test program
test3 ......... test3_benchmark test program