Update 'System requirements'
parent
124935e663
commit
5601306fce
|
|
@ -1,12 +1,12 @@
|
||||||
### Operating system:
|
### Operating system:
|
||||||
|
|
||||||
Sæterprosjekt requires a 64 bit operating system. It uses [Unix epoch timestamps](https://en.wikipedia.org/wiki/Unix_time) (in milliseconds) in order to calculate time differences, and those values are too large for 32 bit operations (you could technically work a hack to seperate and store them in two 32 bit allocations but that would open another can of worms).
|
Sæterprosjekt requires a 64 bit operating system. It uses [Unix epoch timestamps](https://en.wikipedia.org/wiki/Unix_time) (in milliseconds) in order to calculate time differences, and those values are too large for 32 bit operations (you could technically work a hack to seperate and store them in two 32 bit allocations but that would open another can of worms). This also makes sure it's year 2038 compliant (yeah the Y2k bug is [making a combeback](https://en.wikipedia.org/wiki/Year_2038_problem).
|
||||||
|
|
||||||
You can run the program in the following environments:
|
You can run the program in the following environments:
|
||||||
|
|
||||||
* Windows 7,8,10
|
* Windows 7,8,10
|
||||||
* Linux
|
* Linux
|
||||||
* Intel based Mac OSX (version 10.12 or higher). M1 silicon is not natively supported yet
|
* Intel based Mac OSX (version 10.12 or higher). M1 silicon is not natively supported yet, but if you own a Mac with M1 silicon you can compile it using QT C++ framework.
|
||||||
|
|
||||||
### Multi user (network) environments
|
### Multi user (network) environments
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user