# HG changeset patch # User Vesa Norilo # Date 1668255155 -7200 # Sat Nov 12 14:12:35 2022 +0200 # Branch dev # Node ID ca930c5ef2f74586b7a152d78d87af41d4cd3ee6 # Parent a212bb5d824ff67a8d007b3c121a2ce292ecb235 update pcoll to fix GCC 9 build diff --git a/.hgsubstate b/.hgsubstate --- a/.hgsubstate +++ b/.hgsubstate @@ -2,4 +2,4 @@ 8b4b21f3c6f21d1e6eb60d7b0debfb74597ca2f5 src/lithe d88ce622aaf77f683bb589f1089ea1ba51423818 src/pad 29a29937ee1095e5ddf1655902f1ed09c810bbf3 src/paf -719dafae1a727094abcf28b315b4ed712150c0f7 src/pcoll +2d9228fe7d296e7f38da1c2cd219ce3cb06831fd src/pcoll diff --git a/readme.md b/readme.md --- a/readme.md +++ b/readme.md @@ -56,15 +56,17 @@ brew install cmake mercurial subversion ``` -#### Ubuntu #### +#### Ubuntu 20.04 LTS #### ``` -sudo apt-get install g++ python3 cmake mercurial libsndfile-dev libtinyxml-dev libreadline6-dev libcurl4-openssl-dev +sudo apt-get install g++ python cmake mercurial libjack-dev libsndfile-dev libtinyxml-dev libreadline-dev libcurl4-openssl-dev +# optionally install system llvm if you don't want to build it +sudo apt-get install llvm-6.0-dev ``` ### Configuration ### -The easiest way to get Kronos configured is to use the [buildbot script](https://bitbucket.org/vnorilo/k3bot). By default, the bot performs continuous integration and delivery. You can skip the integration and just build locally by using: +The easiest way to get Kronos configured, especially if you will build LLVM yourself, is to use the [buildbot script](https://bitbucket.org/vnorilo/k3bot). By default, the bot performs continuous integration and delivery. You can skip the integration and just build locally by using: ``` cd