Skip to content

dean-river/drill

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

drill

code struct

  • common

build and install

	>cd $project_root_dir
	>cd lib/gtest-1.6.0
	>cmake .
	>make
    >cd $project_root_dir
    >mkdir build
    >cd build
    >cmake ../
    >make
    >make install
    >make package(if you want build rpm package)

Releases

No releases published

Packages

No packages published

Languages

  • C++ 79.8%
  • C 8.3%
  • Shell 5.9%
  • Python 3.6%
  • Makefile 1.4%
  • CMake 0.6%
  • M4 0.4%