SEBWIN-344: Updated readme for new platform-dependent build setup.
This commit is contained in:
parent
7900a985d4
commit
93a3f6ab58
1 changed files with 17 additions and 11 deletions
28
README.md
28
README.md
|
@ -1,20 +1,26 @@
|
||||||
# Safe Exam Browser, Version 3
|
# Safe Exam Browser, Version 3.x
|
||||||
|
|
||||||
Refactored version of Safe Exam Browser for Windows with Chromium as integrated browser engine.
|
Refactored version of Safe Exam Browser for Windows with Chromium as integrated browser engine.
|
||||||
|
|
||||||
### Requirements
|
### Requirements
|
||||||
|
|
||||||
SEB 3.x requires these prerequisites in order to work correctly:
|
SEB 3.x requires the prerequisites listed below in order to work correctly. These are automatically installed with the setup bundle and need only be manually installed for software development.
|
||||||
|
|
||||||
* .NET Framework 4.7.2 Runtime: https://dotnet.microsoft.com/download/dotnet-framework/net472
|
* .NET Framework 4.7.2 Runtime: https://dotnet.microsoft.com/download/dotnet-framework/net472
|
||||||
* Visual C++ Runtime Redistributable (x86, 2015): https://www.microsoft.com/en-us/download/details.aspx?id=53840
|
* Visual C++ 2015 Redistributable: https://www.microsoft.com/en-us/download/details.aspx?id=53840
|
||||||
|
|
||||||
### Project Status
|
### Project Status
|
||||||
|
|
||||||
**Disclaimer**\
|
**DISCLAIMER**\
|
||||||
The builds linked below are for testing purposes only. They may be unstable and should thus _never_ be used in a production environment! Always use the latest, official release version of SEB.
|
**The builds linked below are for testing purposes only.** They may be unstable and should thus _never_ be used in a production environment! Always use the latest, official release version of SEB.
|
||||||
|
|
||||||
| Aspect | Status | Details |
|
| Aspect | Status | Details |
|
||||||
| ------------- | --------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------ |
|
| --------------- | --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------- |
|
||||||
| Release Build |  | https://sebdev-let.ethz.ch/project/appveyor/seb-win-refactoring |
|
| Release Build |  | https://sebdev-let.ethz.ch/project/appveyor/seb-win-refactoring |
|
||||||
| Test Build |  | https://ci.appveyor.com/project/dbuechel/seb-win-refactoring |
|
| Test Build |  | https://ci.appveyor.com/project/dbuechel/seb-win-refactoring |
|
||||||
| Test Run |  | https://ci.appveyor.com/project/dbuechel/seb-win-refactoring/build/tests |
|
| Test Run |  | https://ci.appveyor.com/project/dbuechel/seb-win-refactoring |
|
||||||
| Code Coverage |  | https://codecov.io/gh/SafeExamBrowser/seb-win-refactoring |
|
| Code Coverage |  | https://codecov.io/gh/SafeExamBrowser/seb-win-refactoring |
|
||||||
|
| Issue Status |  | https://github.com/SafeExamBrowser/seb-win-refactoring/issues |
|
||||||
|
| Downloads |  | https://github.com/SafeExamBrowser/seb-win-refactoring/releases |
|
||||||
|
| Repository Size |  | n/a |
|
||||||
|
| Development |  | n/a |
|
||||||
|
|
Loading…
Add table
Reference in a new issue