-
-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
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
Makefile fatal issue when installing r2snow #139
Comments
Send a pr fixing. Its just one line
… On 19 Nov 2017, at 01:03, wavvs ***@***.***> wrote:
Hello, I had a small problem during installation of r2snow.
>sudo r2pm -i r2snow
Already up-to-date.
Install Done For r2snow
cmake --version
cmake version 3.5.1
CMake suite maintained and supported by Kitware (kitware.com/cmake).
git clone -b feature/output-ranges https://github.com/fabianfreyer/snowman.git
fatal: destination path '"snowman" already exists and is not an empty directory.
...
ERROR: Build failed. You probably need 'brew install cartr/qt4/qt' and 'brew install boost' or 'sudo apt-get install libboost-dev libqt4-dev'
Before this I tried same command, but I didn't have libboost-dev and libqt4-dev dependencies. So problem in git clone, I guess. Can you edit Makefile so that he doesn't clone repository if it exists? Thank you.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
By the way, how can I launch r2snow? I saw that usage like |
Use -c if you want to run a command. -i is to interpret a script
… On 19 Nov 2017, at 15:56, wavvs ***@***.***> wrote:
By the way, how can I launch r2snow? I saw that usage like r2 -i '.!r2snow', but I don't understand how decompile file with this command.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
radare
pushed a commit
that referenced
this issue
Mar 19, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, I had a small problem during installation of r2snow.
Before this I tried same command, but I didn't have libboost-dev and libqt4-dev dependencies. So problem in git clone, I guess. Can you edit Makefile so that he doesn't clone repository if it exists? Thank you.
The text was updated successfully, but these errors were encountered: