ExtensionDsLab/README.md

35 lines
846 B
Markdown
Raw Normal View History

2017-06-24 13:28:11 +00:00
# ExtensionDsLab
2017-08-13 11:50:06 +00:00
ExtensionDsLab is a data science and machine learning framework for analyzing
security and privacy related properties of the browser extensions (and Chrome
Apps) offered in the [Chrome Web Store](https://chrome.google.com/webstore/).
# Dependencies
Dependencies are managed by paket.
2017-06-24 13:28:11 +00:00
2017-08-06 18:30:12 +00:00
# Installation
2017-08-13 11:50:06 +00:00
* On Linux/MacOs using mono:
After cloning the repository, call
```
./configure.sh
```
After that, the project can be build using
```
./build.sh
```
* On Windows (untested), you need to set up the initial project
manually:
```
.paket/paket.bootstrapper.exe
.paket/paket.exe install
````
After that, the project can be build using
```
build.cmd
```
2017-06-24 13:30:39 +00:00
## Team
* [Achim D. Brucker](http://www.brucker.ch/)
## License
This project is licensed under the GPL 3.0 (or any later version).