Results 1 to 11 of 11

Thread: QT4 minimum requirements Debian GNU/Linux Sarge

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Posts
    109
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11
    Thanks
    2
    Thanked 5 Times in 5 Posts

    Default Re: QT4 minimum requirements Debian GNU/Linux Sarge

    Quote Originally Posted by Everall
    I followed the instructions in the "INSTALL" file that came with the sources. I didn't use any options like -prefix.
    OK, but where do you build Qt?
    Quote Originally Posted by Everall
    I can see some files are present in both my /home and /usr/local/ directories.Any suggestions on how to minimize hard disk space for installation?
    I don't know, what's in /home? Which files are present in both directories?

  2. #2
    Join Date
    Jan 2006
    Location
    Belgium
    Posts
    99
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows Symbian S60 Maemo/MeeGo
    Thanks
    1
    Thanked 3 Times in 3 Posts

    Default Re: QT4 minimum requirements Debian GNU/Linux Sarge

    I decompressed the tar.gz file in /home/me/QT4/qt-x11-opensource-src-4.1.1-snapshot-20060215.
    This is where I used ./configure and make.

    In /usr/local/Trolltech I get the same map qt-x11-opensource-src-4.1.1-snapshot-20060215

    in /home 1.3 GB is used
    in /etc/local/Trolltech : 616 MB

    the file structure in both is almost identical.
    For instance I can start designer from both paths.
    The demo's and examples can be found twice too.
    In /home i can find the makefiles, but not in /etc/local

    I guess it would be better to untar and install in /etc/local/trolltech directly if disk space is an issue. (In my case this is not a problem)

    Cheers

  3. #3
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,376
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Thanks
    4
    Thanked 5,019 Times in 4,795 Posts
    Wiki edits
    10

    Default Re: QT4 minimum requirements Debian GNU/Linux Sarge

    You can delete the whole tree from your Home directory. It's just for compilation purposes there. Or if you don't want to delete it, call "make distclean" in the directory where the top level Makefile resides. It should decrease its volume "a little".

  4. #4
    Join Date
    Jan 2006
    Location
    Belgium
    Posts
    99
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows Symbian S60 Maemo/MeeGo
    Thanks
    1
    Thanked 3 Times in 3 Posts

    Default Re: QT4 minimum requirements Debian GNU/Linux Sarge

    Thanks Wysota, Dimitri.

    That's a good tip to clean up your hard disk afterwards. I will rather stick with the temporary files, to experiment with.

    Just for completeness another question :
    If we untar and compile in /etc/local/Trolltech/qt-x11-opensource-src-4.1.1-snapshot-20060215t directly,
    will all those duplicate files be avoided? (this could be interesting, because one would need less disk space during compilation)

    Cheers

  5. #5
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,376
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Thanks
    4
    Thanked 5,019 Times in 4,795 Posts
    Wiki edits
    10

    Default Re: QT4 minimum requirements Debian GNU/Linux Sarge

    They'll be avoided but you won't be able to 'make install' and clean all unneeded files, so it's not worth it. If one lacks HD space, one just takes a binary distribution of Qt.

  6. #6
    Join Date
    Jan 2006
    Location
    Belgium
    Posts
    99
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows Symbian S60 Maemo/MeeGo
    Thanks
    1
    Thanked 3 Times in 3 Posts

    Default Re: QT4 minimum requirements Debian GNU/Linux Sarge

    Thanks Wysota,

    I was going to test it when I install another snapshot later on.

    You saved me a lot of time.

    Cheers

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.