The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Getting Byond to work on my mac...

    Discussion in 'Apple and Mac OS X' started by Talimore, Aug 1, 2006.

  1. Talimore

    Talimore Notebook Consultant

    Reputations:
    3
    Messages:
    141
    Likes Received:
    0
    Trophy Points:
    30
    Byond is a program to connect to diffrent games and play games or use thier program to code your own game, problem is there is no real installer for the Mac version. Theres just a readme text that tries to explain how to install it but its to confusing to follow, can anyone help?

    Link is:
    www.byond.com

    Youll se the mac version in the downloads section on the left, thanks in advance.
     
  2. xbandaidx

    xbandaidx Notebook Deity

    Reputations:
    174
    Messages:
    1,402
    Likes Received:
    0
    Trophy Points:
    55
    Yeah, I figured thats what it was.

    You need to use Terminal which is under Utilities in Applications, Terminal is the console for OS X, it's all command line installation, I don't know if it has a GUI for it as well, but I'm assuming it doesn't.

    Just open terminal, and follow the readme text, it should be fairly straightforward, unless its very vague, as most can be. This involves extensive knowledge of console commands that are very common on linux and unix platforms, it takes a while to learn it.
     
  3. Talimore

    Talimore Notebook Consultant

    Reputations:
    3
    Messages:
    141
    Likes Received:
    0
    Trophy Points:
    30
    Screw it then hehe, the read me jsuts says type Make and well that does nothing hehe.
     
  4. xbandaidx

    xbandaidx Notebook Deity

    Reputations:
    174
    Messages:
    1,402
    Likes Received:
    0
    Trophy Points:
    55
    It should, basically the process is like this

    tar -zxvf file
    ./config or ./configure
    make
    make install

    Than you can use the program.

    Just remember anything that involves the console in OS X is considered risky, and some need root to do it, and root is something that you SHOULD not turn on in OS X, as it will pose a security risk

    Basically it's like this
    root = GOD Account on computer; Ultimate power
    admin = limited administration powers
    standard/limited = limited powers.