Skip to content

Freechains/freechains.kt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compile from sources

  1. Clone the source repository:
$ git clone https://github.com/Freechains/freechains.kt/
  1. Install the Java SDK:
sudo apt install default-jdk
  1. Open IntelliJ IDEA (version 2023.1.2):

    • Open project/directory freechains.kt/
    • Wait for all imports (takes long...)
    • Run self tests:
      • On the left pane, click tab Project:
        • Double click file freechains.kt -> src -> test -> kotlin -> Test.kt
      • Press CTRL-SHIFT-F10 to run all tests (takes long...)
    • Generate artifacts:
      • Click File -> Project Structure -> Artifacts -> + -> JAR -> From modules with dependencies
      • Click Module -> freechains.kt.main
      • Click OK
      • Verify that freechains.kt.main:jar appears at the top
      • Click OK
    • Rebuild artifacts:
      • Click Build -> Build artifacts -> Build
  2. Install & Test binaries:

$ cd freechains.kt/src/test/shell/
$ sudo make install     # copy to /usr/local/bin
$ cd test/
$ ./tests.sh
  1. Use Freechains:
$ freechains-host --version
$ freechains --version

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •