Riki
May 5, 2019, 1:41am
1
Is there any documentation listing all the source code and build structure for the Zynthian? I’d like to see if i can get it to work on avlinux (based on debian stretch), running on an amd64 mini-ITX for some real power.
Has it been tried, is it possible?
Richard
1 Like
Everything is on GitHub…I guess after spending a little time on zynthian.org , you found at already.
le51
May 5, 2019, 8:52pm
3
this should be a good starting point:
#!/bin/bash
#******************************************************************************
# ZYNTHIAN PROJECT: Zynthian Setup Script
#
# Setup a Zynthian Box in a fresh raspbian-lite "stretch" image
#
# Copyright (C) 2015-2017 Fernando Moyano <jofemodo@zynthian.org>
#
#******************************************************************************
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
# published by the Free Software Foundation; either version 2 of
# the License, or any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
This file has been truncated. show original
1 Like
wyleu
May 6, 2019, 9:18am
4
Hello @Riki ,
Have you had your welcome pack… ?
… good.
now, about @le51 , and don’t think I didn’t recognise those switches, >>>
I suspect you must be in a suitable state to present your offering?
Especially, in light of the blinding question answering you have just delivered …
https://discourse.zynthian.org/uploads/default/original/2X/4/4eb239d2470e6911655795d5161e660e6911001e.ogg
Riki
May 6, 2019, 12:30pm
5
@le51 Thanks, this will surely put me on the right track at least. I will keep you informed here about any progress.