>> (p.1)
    Author Topic: bitcoind without wxWidgets  (Read 10412 times)
    satoshi (OP)
    Founder
    Sr. Member
    *
    qt
    Offline Offline

    Activity: 364
    Merit: 8096


    View Profile
    July 26, 2010, 05:23:33 PM
     #1

    I replaced the last of the few wxBase dependencies in bitcoind.

    bitcoind now compiles without wxWidgets or wxBase in SVN rev 112.

    main(int argc, char* argv[]) is added to init.cpp.  CMyApp and the Startup folder stuff are moved to ui.cpp.  ui.cpp and uibase.cpp aren't linked by bitcoind.

    The makefiles have -DGUI to control whether the GUI is used.

    I test compiled MinGW, VC and Ubuntu.  I don't know if I broke the Mac OSX build, someone will need to check that.
Page 1
Viewing Page: 1