Updated installation instruction and copyright information.

This commit is contained in:
Achim D. Brucker 2018-07-09 07:57:55 +01:00
parent f8fcba9858
commit 672659727c
1 changed files with 36 additions and 24 deletions

View File

@ -3,32 +3,44 @@ ExtensionDsLab is a data science and machine learning framework for analyzing
security and privacy related properties of the browser extensions (and Chrome security and privacy related properties of the browser extensions (and Chrome
Apps) offered in the [Chrome Web Store](https://chrome.google.com/webstore/). Apps) offered in the [Chrome Web Store](https://chrome.google.com/webstore/).
# Dependencies ## Dependencies
Dependencies are managed by paket.
# Installation Dependencies are managed by paket.
* On Linux/MacOs using mono: ## Installation
After cloning the repository, call
``` ### Linux/MacOs (mono)
./configure.sh
``` After cloning the repository, call
After that, the project can be build using
``` ./configure.sh
./build.sh
``` After that, the project can be build using
* On Windows (untested), you need to set up the initial project
manually: ./build.sh
```
.paket/paket.bootstrapper.exe ### Windows
.paket/paket.exe install
```` On Windows (untested), you need to set up the initial project manually:
After that, the project can be build using
``` .paket/paket.bootstrapper.exe
build.cmd .paket/paket.exe install
```
After that, the project can be build using
build.cmd
## Team ## Team
* [Achim D. Brucker](http://www.brucker.ch/)
* [Achim D. Brucker](https://www.brucker.ch/)
## License ## License
This project is licensed under the GPL 3.0 (or any later version).
This project is licensed under the GPL 3.0 (or any later version).
SPDX-License-Identifier: GPL-3.0-or-later
## Master Repository
The master git repository for this project is hosted by the [Software
Assurance & Security Research Team](https://logicalhacking.com) at
<https://git.logicalhacking.com/adbrucker/ExtensionDsLab>.