Activities/TamTam: Difference between revisions
No edit summary |
|||
| (One intermediate revision by one other user not shown) | |||
| Line 9: | Line 9: | ||
sudo yum install git csound-devel alsa-lib-devel python-devel make gcc-c++ | sudo yum install git csound-devel alsa-lib-devel python-devel make gcc-c++ | ||
If you are building a development environment on Ubuntu or Linux Mint, install the following packages instead: | |||
sudo apt-get install git libcsound64-dev python-dev make g++ | |||
libcsound64-dev is not actually sufficiently up to date in the Ubuntu repository, so it may be necessary to build [https://github.com/csound/csound/ csound] from source on Ubuntu or Mint before building TamTam. | |||
Clone the sources and build binaries: | Clone the sources and build binaries: | ||
mkdir -p ~/Activities | mkdir -p ~/Activities | ||
git clone --depth 1 | git clone --depth 1 https://github.com/godiard/tamtam.git ~/Activities/tamtam | ||
git fetch | |||
git checkout -b sugar-0.94 sugar-0.94 | |||
cd ~/Activities/tamtam/common/Util/Clooper | cd ~/Activities/tamtam/common/Util/Clooper | ||
make | make | ||
Branch sugar-0.94 have the gtk2 version, master branch have a unfinished port to Gtk3. | |||
If make was successful, create symlinks to all TamTam activities: | If make was successful, create symlinks to all TamTam activities: | ||