Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 742 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 742 Bytes

copy

copy with process bar

cmake

Specifying指定 directories cmake -B build -S .

-B option that automatically creates the build directory.
-S option specifies the source directory (where to search for a CMakeLists.txt file)

build cmake --build build
install cmake --install build --prefix "/usr"

/usr/bin/copy
/usr/lib/libProgress.so
/usr/local/lib/libFile.so
/usr/local/include/file.h
/usr/local/include/progress.h
/usr/local/include/progress.h

cpack cmake --build build --target cpack

Archlinux PKGBUILD

mkdir -p ~/aur/copy
cp PKGBUILD ~/aur/copy
cd ~/aur/copy
makepkg -sirc
sudo pacman -Rs copy-git