-
Notifications
You must be signed in to change notification settings - Fork 25
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
How do I use??? #10
Comments
~/ratslap $ make |
~/ratslap $ make |
ratslap command still doesn't work |
no help? i'm noob i know but i need this thing |
To execute a command post build you need to either (1) add the directory path to your environment PATH variable or (2) execute the command directly from an out-of-path location by running ./ratslap from within the project directory, or using the absolute path of the binary. Your problems are fundamentally basic Linux/Unix problems. Please attempt to be more considerate of developers who often don't have time to hand hold new users through introductory concepts in Linux. Beginner's frustration is understandable, but your problems are thus far not related to ratslap. Information on the PATH variable is widespread, but a basic overview is available here. The step-by-step to use solution (2) as described above is the following: $ git clone https://github.com/krayon/ratslap
$ cd ratslap
$ make
$ ./ratslap <flags as you want> |
Getting below result while executing the command directly from the directory. Any suggestion to fix the this? $ ./ratslap -h |
Sounds like a missing library, which is really strange if you managed to build it. I really can't say much more without context. |
@dylanjewel I ran these apt-get commands and then make and everything worked except for the interface number, which defaults to 1 but had to be 0 on my system and which resulted in the fact that the kernel driver could not be detached.
|
I'm a total noob to linux still learning I read the usage document but I don't understand how to actually install ratslap?? I downloaded files then what
The text was updated successfully, but these errors were encountered: