Skip to content

l2x6/eircc

Repository files navigation

Eclipse IRC Client - EIRCC

ToC

Build

  1. Prerequisistes

    • JDK 8

    • maven

  2. Checkout the sources

    $ git clone https://github.com/ppalaga/eircc.git
  3. Build with maven

    $ cd eircc
    $ mvn clean install

Run

Prerequisistes:
  • Eclipse Luna

There are no binary downloads available. You will have to build the artifacts yourself as described above. Once you have built successfully, you have two options how to run the client:

  1. Import the source code into Eclipse Plugin Development Enviromnemnt (PDE) and use its Run as…​ Eclipse Application feature

  2. Take an Eclipse instance independent from your PDE and add the directory eircc/org.l2x6.eircc.site/target/repository as an update site. The update site URL should have the form

    file:///[projects-root]/eircc/org.l2x6.eircc.site/target/repository

    where [projects-root] should be replaced with the directory where you have invoked the git clone commands in the first build step above.

asciidoctor-version: 2.0.22

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages