netcelli

Member
  • Content count

    4
  • Joined

  • Last visited

Posts posted by netcelli


  1. Hello,

    I have started working on ApexDC for Linux. The client is based on Qt framework and this doesn't mean that will just work on KDE only ;) The Linux version should be the same of Window one but with few changes because the two OS are different ;)

    Client is based on DC++ core and the idea is to make it good looking like ApexDC and got all functions a windows client has.

    There are two packages:

    • DC Client core (called libdcclient)
    • GUI

    The frist one is just the client core that it's very easy to compile because I wrote autoconf and automake scripts and those will help you fixing missing dependences. Then the second one is the Gui that links against the libdcclient so you don't need to compile client and gui everytime. There is no public release or test version yet, but here some screenshoot I did:

    1.png

    2.png

    3.png

    4.png

    5.png

    What do u think? Is someone involved in this project?

    Bye