~matzipan/capnet-assist/no-internet-fix

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# We need to make our build directory for all of our temp files.
rm -r build
mkdir build

#Enter the build Directory
cd build

#Now we initiate cmake in this dir
cmake ..

#Next we build the source files!
make

#Next we copy the executable to our root project file.
cp ./src/captive-login ../captive-login