HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. Tags
    3. linux
    Log in to post
    • All categories
    • d.healeyD

      Linux improvements

      Watching Ignoring Scheduled Pinned Locked Moved General Questions linux faust projucer webkit
      2
      6 Votes
      2 Posts
      94 Views
      d.healeyD

      Slight update. I've merged the configs from the faust and non-faust exporters into a single exporter - like it is for the other platforms.

      For example, you can now use CONFIG=ReleaseWithFaust

    • d.healeyD

      c++17 requirement breaks compatibility for gcc7

      Watching Ignoring Scheduled Pinned Locked Moved General Questions gcc linux c++17
      2
      0 Votes
      2 Posts
      130 Views
      griffinboyG

      @d-healey

      I keep accidentally trying to use metaprogramming concepts from c++20 and have to remember Hise is not c++20 😩

    • d.healeyD

      Qt Installer framework

      Watching Ignoring Scheduled Pinned Locked Moved General Questions installer windows mac linux
      3
      0 Votes
      3 Posts
      276 Views
      d.healeyD

      @orange said in Qt Installer framework:

      Personally, I do not see any additional advantage

      You only have to learn a single installer platform instead of learning a separate one for each OS. It will also look more similar on each system so a user moving from Windows to Mac for example will get a similar experience on both.

    • d.healeyD

      [bug] Keyboard shortcuts on Linux fail

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports shortcut key linux
      1
      0 Votes
      1 Posts
      83 Views
      No one has replied
    • oskarshO

      Cannot use Graphics drawing on Linux

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports linux graphics bug
      15
      0 Votes
      15 Posts
      804 Views
      d.healeyD

      @oskarsh It is in the official repo already. I've just pre setup my juicer file for my use case.

    • oskarshO

      Update/ Recompile JUCE?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions juce linux-arch linux bug
      2
      1 Votes
      2 Posts
      363 Views
      clevername27C

      @oskarsh I don't think HISE compiles against JUCE 7. Your best bet may be to port the fix yourself.

    • oskarshO

      How to statically link libcurl? Linux

      Watching Ignoring Scheduled Pinned Locked Moved General Questions curl linux projucer bitwig
      4
      0 Votes
      4 Posts
      628 Views
      oskarshO

      @d-healey I've installed an old ubuntu version and compiled the Plugin again! I will keep that in mind and set up this VM only for compiling. Thanks!

    • d.healeyD

      Don't use GCC 12.2.0-13

      Watching Ignoring Scheduled Pinned Locked Moved General Questions gcc linux
      1
      1 Votes
      1 Posts
      235 Views
      No one has replied
    • oskarshO

      Compiling HISE with Faust on Linux

      Watching Ignoring Scheduled Pinned Locked Moved General Questions faust compile linux linux-debian
      5
      0 Votes
      5 Posts
      497 Views
      oskarshO

      @etXzat Yes Ubuntu has some quirks when it comes to installing some packages, that is why I build from source and installed in manually.
      I want to avoid installing from the official repository since they have outdated versions, see:
      https://launchpad.net/ubuntu/+source/faust
      latest current stable is 2.41

      @sletz
      make all && sudo make install solved my issues! Thank you very much.

    • d.healeyD

      File browser won't open in certain DAWs

      Watching Ignoring Scheduled Pinned Locked Moved General Questions file browser linux ardour
      2
      0 Votes
      2 Posts
      399 Views
      d.healeyD

      JUCE_DISABLE_NATIVE_FILECHOOSERS=1 Is the solution. The non-native file picker is ugly but it does the job.

    • d.healeyD

      Develop on GNU/Linux

      Watching Ignoring Scheduled Pinned Locked Moved C++ Development error linux build
      4
      0 Votes
      4 Posts
      398 Views
      NatanN

      Linux Threads Be Like 🤣
      https://media.tenor.com/images/220b86608e0781337040b846a71f0ebb/tenor.gif

      alt text

    • A

      Linux Manjaro (kde plasma desktop) issue, no open sample folder dialog

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports linux settings linux-arch samples
      1
      0 Votes
      1 Posts
      276 Views
      No one has replied
    • d.healeyD

      GNU/Linux 32bit

      Watching Ignoring Scheduled Pinned Locked Moved General Questions linux gnu 32bit export
      1
      0 Votes
      1 Posts
      228 Views
      No one has replied
    • A

      Linux Ubuntu 16.04 - exported standalone / plugins not starting

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports standalone ubuntu linux-debian linux vst errors
      28
      0 Votes
      28 Posts
      2k Views
      A

      @d-healey Well the sets are not correct, SSE 4.2 is NOT the highest or newest that HISE uses. Most likely AVX and AVX2 aswell. Or indeed I would have to dig out that old spiked-on AMD cpu in my intel machine.

      Architecture = "native" is the issue. It over-rides any setting you make in hise. It uses your build-cpu´s sets available to do the best enhancements available. And whoever said IPP is the only thing in need of higher sets hasnt read the amount of issues on this topic over at the juce forums.

      Setting Architecture to x64 in the .jucer project is the ONLY thing I was able to start my instrument build with. That flattens it to x86_64, which is basic original specs of the first 64-bit cpus, so no SSE3 or above, most likely.

    • A

      Linux standalone instrument application and settings folder locations

      Watching Ignoring Scheduled Pinned Locked Moved General Questions linux linux-debian standalone linux-mint preset
      8
      0 Votes
      8 Posts
      766 Views
      A

      @d-healey said in Linux standalone instrument application and settings folder locations:

      /home/.config is a folder. . on GNU/Linux means the folder is a hidden folder. The default vst folder is /home/.vst or /home/.vst3/ and LV2 plugins go in /home/.lv2`. I'm pretty sure most users are familiar with this.

      Windows and (especially) MacOS like to tell users what to do, GNU/Linux is a little more flexible generally, depending on the distro and desktop environment.

      Okay, that´s a big part of why a lot of people choose Linux instead of the others. That´s a part of the platform and most experienced users or intermediate will handle that fine. The obviousness/strictness of a mac is a big part of why an answer can be found almost anywhere. And having rules for it is a big part of a platform. Nevertheless, freedom is in the whole Linux air. To be respected.

      You can download an installer I created here to try it out.

      Will do! Thanks a lot for the info.

      This info should really go in the docs. The paths on Linux is an essential part of docs. One fine day. Perhaps I´ll get there first, you never know.