OTExtension
OTExtension copied to clipboard
ot.exe: command not found
trafficstars
Is there some instructions that I missed? I did (on a Ubuntu machine)
2042 git clone https://github.com/encryptogroup/OTExtension.git 2044 cd OTExtension/ 2045 mkdir build && cd build 2046 cmake .. -DOTEXTENSION_BUILD_EXE=On 2047 make 2048 ot.exe -r 0
Hi,
the README is out of date. Instead of ot.exe you want to use ./mains/otmain (relative to the build directory).