Skip to content
/ vx2 Public

Continuation of the vx repo with more features while using modern C++

Notifications You must be signed in to change notification settings

leohahn/vx2

Repository files navigation

Videos

Building

Since #include <filesystem> is not yet supported, specific functions for path manipulations are only implemented on unix systems. They were however only tested under linux (see https://github.com/leohahn/lt/blob/master/src/lt_fs.cpp#L17). To build de project:

cd vx2
mkdir build
cd build
cmake ..
make

The executable is then named dr.

About

Continuation of the vx repo with more features while using modern C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages