Skip to content
GitLab
Explorer
Connexion
Navigation principale
Rechercher ou aller à…
Projet
lektor
Gestion
Activité
Membres
Labels
Programmation
Tickets
Tableaux des tickets
Jalons
Code
Requêtes de fusion
Dépôt
Branches
Validations
Étiquettes
Graphe du dépôt
Comparer les révisions
Compilation
Pipelines
Jobs
Planifications de pipeline
Artéfacts
Aide
Aide
Support
Documentation de GitLab
Comparer les forfaits GitLab
Forum de la communauté GitLab
Contribuer à GitLab
Donner votre avis
Raccourcis clavier
?
Extraits de code
Groupes
Projets
Afficher davantage de fils d'Ariane
Kubat
lektor
Validations
0bd5c3f9
Vérifiée
Valider
0bd5c3f9
rédigé
Il y a 1 an
par
Kubat
Parcourir les fichiers
Options
Téléchargements
Correctifs
Plain Diff
DOC: Update readme
parent
7e23a6cc
Aucune branche associée trouvée
Aucune étiquette associée trouvée
1 requête de fusion
!197
Draft: Refactor the whole code.
Modifications
2
Afficher les modifications d'espaces
En ligne
Côte à côte
Affichage de
2 fichiers modifiés
.gitignore
+2
-1
2 ajouts, 1 suppression
.gitignore
README.md
+17
-0
17 ajouts, 0 suppression
README.md
avec
19 ajouts
et
1 suppression
.gitignore
+
2
−
1
Voir le fichier @
0bd5c3f9
*.lock
target/
.build/
.cache/
build/
build.*/
.build.*/
bin/
pkg/
tmp/
fake/
*.cache/
*.out
*.o
config.log
...
...
Ce diff est replié.
Cliquez pour l'agrandir.
README.md
+
17
−
0
Voir le fichier @
0bd5c3f9
...
...
@@ -46,6 +46,12 @@ will place all the binaries inside the `target` folder:
To develop, you can use
`cargo run --bin $BINARY`
to run the desired binary
without installing it.
To change the used c++ compiler, you must export the
`CXX`
variable that
indicates the correct compiler:
`CXX=clang++ cargo build --release`
. By default
the build artifacts for the c++ code are placed in the
`.build`
folder at the
root of the project. If you specify another compiler they will be placed in the
`.build.$(basename "$CXX")`
folder.
> **Important note**: Upgrading the database from version 2.4 to version 3 is
> not possible. You need to delete the database and re-dl all the karas from
> kurisu.
...
...
@@ -102,6 +108,17 @@ For `amadeus`, you can edit its configuration file in the settings section.
The lektord and related binaries and source code are under the MIT license.
Please, refer to the
[
CONTRIBUTING
](
CONTRIBUTING.md
)
file for any contributions.
## Building for windows
Windows 64 bit binaries are built from a linux system. On arch, install the
packages
`mingw-w64-gcc`
,
`mingw-w64-cmake`
(aur),
`mingw-w64-make`
(aur). Make
sure that you have the windows toolchain for 64 bit installed:
`rustup target add x86_64-pc-windows-gnu`
. Then run the followinf command:
CXX=x86_64-w64-mingw32-g++ cargo build --target x86_64-pc-windows-gnu
> We need to do something for the Qt6 DLLs and headers...
---
# TODO List
...
...
Ce diff est replié.
Cliquez pour l'agrandir.
Aperçu
0%
Chargement en cours
Veuillez réessayer
ou
joindre un nouveau fichier
.
Annuler
You are about to add
0
people
to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Enregistrer le commentaire
Annuler
Veuillez vous
inscrire
ou vous
se connecter
pour commenter