Skip to content

panther99/wcpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wcpp

A clone of wc Unix utility written in modern C++

Building

Whatever your platform is, make sure you have these things first:

  • CMake
  • vcpkg
  • VCPKG_ROOT environment variable pointing to the directory where vcpkg is bootstrapped

Windows

  • Make sure you have C++ build tools (available with Visual Studio).
  • Install fmt package with vcpkg (vcpkg install fmt)

After that you can just execute build.bat and executable will be built in build/Debug directory.

macOS

  • Make sure you have C++ compiler installed (Apple Clang is the one which comes along with XCode)
  • Install fmt package with either vcpkg (vcpkg install fmt) or Homebrew (brew install fmt)

After that you can just execute build.sh and executable will be built in build directory.

Linux

  • Make sure you have C++ compiler installed (if you have Ubuntu it should be available out of the box; if you're using g++ make sure it's at least version 6 or higher)
  • Install [fmt] package with either vcpkg (vcpkg install fmt) or via package manager for your distribution (in Ubuntu, it's available in universe repository as libfmt-dev)

After that you can just execute build.sh and executable will be built in build directory.

License

MIT

About

Clone of wc Unix utility in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages