Search found 4 matches

by yneveu
Wed Jul 16, 2014 1:42 pm
Forum: Acquisition server and drivers
Topic: Emotiv Epoc with Emokit on Linux
Replies: 7
Views: 23606

Re: Emotiv Epoc with Emokit on Linux

Hi tooms,

I worked on a project with openVibe and the Emotiv Epoc Headset.
For this project I modified OpenVibe0.14 and the last version of Emokit to install OpenVibe with Emokit.
I can give you my folders with emokit and OpenVibe but I don't know if it's legal.
My Version works on Ubuntu14.
by yneveu
Wed May 14, 2014 12:07 pm
Forum: Help for building the software
Topic: Build on Ubuntu14.04
Replies: 4
Views: 6429

Re: Build on Ubuntu14.04

install completed. There is no '-mt' in the name of the library. This is maybe an explanation

http://stackoverflow.com/questions/3031 ... -thread-mt
by yneveu
Tue May 13, 2014 4:30 pm
Forum: Help for building the software
Topic: Build on Ubuntu14.04
Replies: 4
Views: 6429

Re: Build on Ubuntu14.04

This is the 0.17.1 version. When I try to build, it can't find some libraries from boost. (boost_thread-mt, boost_filesystem-mt...) I change the CMake files and now it search (boost_thread and boost_file_system) instead of (boost_thread-mt...) Before he stoped at 7% now he's still building. I will g...
by yneveu
Tue May 13, 2014 11:51 am
Forum: Help for building the software
Topic: Build on Ubuntu14.04
Replies: 4
Views: 6429

Build on Ubuntu14.04

Hello everyone, I just start a new internship and I need tu install openvibe on ubuntu14.04. First I couldn't install the depedencies with "linux-install_dependencies" beceause libogre-dev was obsolete. I installed with "apt-get install libogre-1.8-dev" the new library But now I still can't build th...