[DEV] Developing TPT in MacOS Big Sur

  • random_rickroll
    26th Jan 2021 Member 0 Permalink

    Is developing TPT in macos big sur is possible? I don't want to install any bootcamp or stuff.

  • jacob1
    26th Jan 2021 Developer 0 Permalink
    Try following the guide on the wiki: https://powdertoy.co.uk/Wiki/W/Building_TPT_with_Meson.html#MacOS_.28tested_on_macos_10.15.29

    If you run into any problems, post them on the forums. I don't remember which macOS version exactly TPT was tested with, but in general TPT can be compiled and developed on macs.
  • random_rickroll
    26th Jan 2021 Member 0 Permalink

    @jacob1 (View Post)

     I can't run meson after doing every thing.

  • jacob1
    26th Jan 2021 Developer 0 Permalink
    @Cheese_KR (View Post)
    Can you give me the logs of what you are doing? Logs can be posted to https://bpa.st/ if they are long.
  • random_rickroll
    26th Jan 2021 Member 0 Permalink

    Hmm. The wiki didn't work, so I got the meson tar.gz file, posted everything inside to the install folder, and ran 'brew install ninja'. And now that works. Thank you for advice.

  • jacob1
    26th Jan 2021 Developer 0 Permalink
    @Cheese_KR (View Post)
    Meson is intended to be installed via these commands:

    sudo -H python -m pip install --upgrade pip
    sudo -H pip install meson ninja

    I'd be interested in knowing why they didn't work if you had to download meson.tar.gz separately. It's not necessarily a problem to download meson separately, I just want to make sure the wiki guide works for everyone.
  • random_rickroll
    27th Jan 2021 Member 0 Permalink

    I don't know, but after pip installing meson and ninja, they won't run in the terminals.