Skip to content

mttbrb/cmocka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

install cmake

sudo apt-get install cmake

install cmocka

wget https://cmocka.org/files/1.0/cmocka-1.0.1.tar.xz uncompress it cd cmocka-1.0.1 mkdir build cd build cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug .. make sudo make install

compile and run the lame example

cd tests mkdir build cmake .. make ./example

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published