Compiling Bochs on Mac os x Snow Leopard

后端 未结 8 1390
耶瑟儿~
耶瑟儿~ 2021-02-05 23:42

Was someone able to compile the Bochs simulator under Snow Leopard. Leopard worked fine for me but under Snow Leopard I get alot of problems related to the Carbon library...

8条回答
  •  梦毁少年i
    2021-02-06 00:09

    If you want to run Bochs on a 64-bit Mac, you will need to use a different GUI library. I recommend using X or SDL.

    SDL: To do so, first download and install the LibSDL from http://www.libsdl.org/download-1.2.php, you will need the binaries and development libraries.

    After extracting the Bochs source files, run ./configure --with-sdl=path-to-libsdl-dev-files.

    X11: It should build out of the box: ./configure --with-x11 && make

提交回复
热议问题