https://github.com/sidmishraw/foop-1
FOOPs!
https://github.com/sidmishraw/foop-1
foop software-transactional-memory state-table stm
Last synced: 11 months ago
JSON representation
FOOPs!
- Host: GitHub
- URL: https://github.com/sidmishraw/foop-1
- Owner: sidmishraw
- Created: 2017-10-03T21:39:16.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-06T18:49:40.000Z (over 8 years ago)
- Last Synced: 2025-06-27T22:04:57.990Z (about 1 year ago)
- Topics: foop, software-transactional-memory, state-table, stm
- Language: Java
- Size: 79.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Foop
This is a WIP.
To build the project from scratch, please use the included gradle wrapper.
### For *NIX systems:
```bash
./gradlew -Dorg.gradle.java.home="$(/usr/libexec/java_home -version 1.8.0_144)" build
```
### For Windows systems:
```cmd
gradlew.bat -Dorg.gradle.java.home="path-to-jdk" build
```
It will build the project into an Eclipse project ready to be imported.
### Prerequisites:
* Eclipse with JDK8-9 support, preferably Mars v2 and above
* [Project Lombok plugin](https://projectlombok.org/setup/eclipse)
* [Eclipse Gradle plugin](https://marketplace.eclipse.org/content/buildship-gradle-integration)