NewpTone / reaver-wps

Automatically exported from code.google.com/p/reaver-wps
0 stars 0 forks source link

How to access latest SVN changes? #51

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

I'm watching the change list-I currently have 1.2 installed. I'm a bit of a 
noob, can someone tell me how I incorporate the latest changes posted up, into 
1.2?

ta

cabs

Original issue reported on code.google.com by stew.d...@gmail.com on 2 Jan 2012 at 3:54

GoogleCodeExporter commented 8 years ago
Get the source code and compile it.
http://code.google.com/p/reaver-wps/source/checkout

Original comment by przemekk...@gmail.com on 2 Jan 2012 at 4:12

GoogleCodeExporter commented 8 years ago
The part "Get the source code and compile it." is the bit I dont understand ;-) 
I'll Google again and see what it tells me

cheers

cabs

Original comment by stew.d...@gmail.com on 2 Jan 2012 at 4:25

GoogleCodeExporter commented 8 years ago
When you run the command 
svn checkout http://reaver-wps.googlecode.com/svn/trunk/ reaver-wps-read-only
in the terminal in Linux, it automatically downloads the newest build to a 
folder called reaver-wps-read-only.
Simply change directory to that folder and build as normal:
cd reaver-wps-read-only
./configure
make
make install
Now you have the newest Reaver-WPS version with all the SVN changes. 

Original comment by tod...@gmail.com on 2 Jan 2012 at 5:22

GoogleCodeExporter commented 8 years ago
Thanks! That is exactly what I was looking for.Sorry if I seemed a bit simple! 
;-)

cheers and Happy New Year

cabs

Original comment by stew.d...@gmail.com on 2 Jan 2012 at 5:25

GoogleCodeExporter commented 8 years ago

Original comment by peac...@tacnetsol.com on 2 Jan 2012 at 5:28

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
at comment #3 after i run ./ configure i get

bash: ./configure: No such file or directory.

and if this is a read only what is it changing 

Original comment by whitefan...@yahoo.com on 22 Oct 2013 at 3:03

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
cd src 
then, ./configure

Original comment by osmany...@gmail.com on 16 Dec 2013 at 12:21