Skip to content
This repository has been archived by the owner on Aug 28, 2020. It is now read-only.

Commit

Permalink
updated instructions for dbus build.
Browse files Browse the repository at this point in the history
  • Loading branch information
noahbliss committed Jan 21, 2020
1 parent 07233f9 commit 60cf50e
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions instructions.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
#You will need basic build utilities installed already.
./autogen.sh
# You will need basic build utilities installed already.
# You will need cmake installed.
# You need libglib2.0-dev (debian) or (glib2) arch to compile this software.
mkdir build
cd build
cmake ..
make
sudo cp src/.libs/libgstviperfx.so /usr/lib/gstreamer-1.0
sudo cp libgstviperfx.so /usr/lib/gstreamer-1.0/libgstviperfx.so


#Go download the Viper Core.
sudo cp libviperfx_x64_linux.so /usr/lib/libviperfx.so
Expand Down

0 comments on commit 60cf50e

Please sign in to comment.