Make Unix Makefiles.sh

This forum deals with BCI2000 configuration issues.
Post Reply
slupina
Posts: 1
Joined: 11 May 2016, 11:37

Make Unix Makefiles.sh

Post by slupina » 11 May 2016, 12:11

Hello,

I follow this tutorial for unix operating systems to get bci2000 running on Ubuntu 16.04:

http://www.bci2000.org/wiki/index.php/P ... tart_Guide

cd ~
svn checkout http://www.bci2000.org/svn/trunk bci2000
cd ~/bci2000
cd build

It works until here. However the following line yields a file not found error:

./Make\ Unix\ Makefiles.sh

Should this script "Make Unix Makefiles.sh" not be included in the repository? I only found one post in which someone managed to get it running but he did not explain how:

http://www.bci2000.org/phpbb/viewtopic. ... s.sh#p6744

Is there a workaround for this issue or can someone tell me where to find "Make Unix Makefiles.sh"?

pbrunner
Posts: 344
Joined: 17 Sep 2010, 12:43

Re: Make Unix Makefiles.sh

Post by pbrunner » 11 May 2016, 16:38

Slupina,

the "Make Unix Makefiles.sh" was removed in SVN revision 5343 and the last maintenance of the linux build was in SVN revision 5280. No guarantee that this will work as we are not officially supporting the linux build, but you either restore just that file from SVN revision 5342 or just create a "Make Unix Makefiles.sh" using the code below. Let me know if this works.

Code: Select all

#! /bin/sh
./Configure.sh.cmd -DCMAKE_BUILD_TYPE=RELEASE -DUSE_SSE2:BOOL=TRUE -DBUILD_CONTRIB:BOOL=TRUE -DBUILD_BCPY2000:BOOL=TRUE -DBUILD_TOOLS:BOOL=TRUE $* -G "Unix Makefiles"
Regards, Peter

Post Reply

Who is online

Users browsing this forum: No registered users and 20 guests