[CWB] Segmentation fault
Hardie, Andrew
a.hardie at lancaster.ac.uk
Sat May 2 14:46:02 CEST 2020
>> Where are the 3.5 files?
"3.5" is what 3.4 will become once we're happy it is mostly bug free.
>> furthermore only contains two things for Windows
We occasionally put up binaries for Windows because Windows build is not easy. Linux users should build 3.4 from source.
>> is there an install script for 3.5?
Use ./install-scripts/install-linux
See under "AUTO-INSTALL SCRIPTS" in "INSTALL" (the one in the code root, not the one in the binary release)
>> The “compile from source” instructions unfortunately have a step in which you need to open things with nano - which would not be an option in the set-up I am trying to make.
The ./install-scripts/config-basic script - which is called by ./install-scripts/install-linux - adjusts the contents of those files automatically.
You can build & install without manually changing anything in config.mk thus:
svn export http://svn.code.sf.net/p/cwb/code/cwb/trunk cwb
cd cwb
sudo bash # skip if you're already root
export CWB_LIVE_DANGEROUSLY=1 && ./install-scripts/install-linux --quiet
best
Andrew.
-----Original Message-----
From: cwb-bounces at sslmit.unibo.it <cwb-bounces at sslmit.unibo.it> On Behalf Of Maarten Janssen
Sent: 02 May 2020 11:45
To: CWBdev Mailing List <cwb at sslmit.unibo.it>
Subject: Re: [CWB] Segmentation fault
Where are the 3.5 files? The files section only has a 3.4 (beta), which furthermore only contains two things for Windows - which would be of no use to me I take it. And is there an install script for 3.5? If there is, then I can pick it up in my cycle of trying to get things to work automatically on various server systems, and beta-test it a bit, and let you know if things go wrong somewhere. The “compile from source” instructions unfortunately have a step in which you need to open things with nano - which would not be an option in the set-up I am trying to make. But if you/me could change it to take a command line argument for the architecture instead it would work well enough I would guess since I could build an installer script around it...
_______________________________________________
CWB mailing list
CWB at sslmit.unibo.it
More information about the CWB
mailing list