-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Cristian
authored
Sep 3, 2022
1 parent
009a826
commit 9d7ce29
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
## Descrizione progetto | ||
BookShelf è un programma di catalogazione bibliotecario, realizzato per sostituire STLW (rilasciato nel 1992). | ||
Questo software purtroppo non è in grado di leggere direttamente i file database generati da STLW, quindi sarà | ||
necessario provvedere alla conversione tramite dei software adeguati (Access 1997 e 2003 in VM). | ||
___________________________________________________________________________________________________________________________ | ||
## Requisiti | ||
### Necessari | ||
Per poter eseguire il programma sarà necessario scaricare e installare il JRE, l'ambiente di esecuzione dei programmi Java. | ||
- **JRE**: [Windows x64](https://download.bell-sw.com/java/17.0.4.1+1/bellsoft-jre17.0.4.1+1-windows-amd64-full.msi) o [Windows x86](https://download.bell-sw.com/java/17.0.4.1+1/bellsoft-jre17.0.4.1+1-windows-i586-full.msi) / | ||
[Mac OS](https://download.bell-sw.com/java/17.0.4.1+1/bellsoft-jre17.0.4.1+1-macos-amd64-full.dmg) / | ||
[Linux (Debian)](https://download.bell-sw.com/java/17.0.4.1+1/bellsoft-jre17.0.4.1+1-linux-amd64-full.deb) | ||
### Minimi | ||
- Processore: Intel Pentium 4 HT | ||
- Memoria: 1 GB | ||
- Connessione a Internet | ||
### Consigliati | ||
- Processore: Intel/AMD Dual Core | ||
- Memoria: 2 GB | ||
- Connessione a Internet | ||
___________________________________________________________________________________________________________________________ |