We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Hi, the README is out of date. Instead of ot.exe you want to use ./mains/otmain (relative to the build directory).
ot.exe
./mains/otmain
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: