Results 1 to 4 of 4

Thread: How to clean my Mac opensource install?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #3
    Join Date
    Mar 2006
    Location
    Mountain View, California
    Posts
    489
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows
    Thanks
    3
    Thanked 74 Times in 54 Posts

    Default Re: How to clean my Mac opensource install?

    Full builds of Qt with static, debug and universal options will consume enormous amounts of disk space. If you want static libraries, then use the sub-src make target. This won't install the libraries though, so I usually copy the entire source tree over to its final destination (/usr/local/qt-static), the build there. I also avoid building debug static libraries, as I only use static libs for deployment, it's much easier for development to use the frameworks.

    ./configure -static -release -no-frameworks ... ... ...
    make sub-src

  2. The following user says thank you to Brandybuck for this useful post:

    cb (28th September 2007)

Similar Threads

  1. Cannot Install KDEdevel packages on linux
    By wirajr in forum KDE Forum
    Replies: 12
    Last Post: 5th February 2006, 21:01

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.