-
Notifications
You must be signed in to change notification settings - Fork 0
Installing
Christian Beier edited this page Oct 2, 2024
·
11 revisions
- Download the installer from the Releases page.
- Run the installer and follow the instructions shown.
- Before running Xolmis, see First steps.
Note
Not yet available.
Note
Not yet available.
Clone the Xolmis repository or download its source code.
- bin: DLL libraries needed by Xolmis.
- components: Custom components needed by Xolmis.
- languages: Files to translate Xolmis UI.
- reports: Report templates.
- resources: Other files needed.
-
source: Source files of Xolmis.
- dialogs: All kinds of custom dialogs.
- edit_dialogs: Dialogs for record editing.
- types: Library files with methods and variables used throughout Xolmis source.
- source_docs: Source documentation files.
You need to have installed on your computer:
- Lazarus 3.0+ (older versions will probably fail).
- Free Pascal Compiler (FPC) 3.2+ (installed with Lazarus).
Important
The sqlite3.dll
needs to be in the same folder as the executable Xolmis.exe
.
Dependencies needed to build the Xolmis from source.
-
FCL:
FCL
1.0.1 -
LCL:
LCL
3.0.0.2 -
LazUtils:
LazUtils
1.0 -
SQLDB:
SQLDBLaz
1.0.2 -
SDF:
SDFLaz
0.1.1 -
SynEdit:
SynEdit
1.0,SynEditDsgn
1.0 -
LazDBExport:
lazdbexport
1.0 -
Printer4Lazarus:
Printer4Lazarus
0.5 -
LazReport:
lazreport
1.0,lr_pdfexport
0.9 -
MemDataSet:
MemDSLaz
2.1
-
HtmlViewer:
FrameViewer09
11.8 -
IBX:
ibcontrols
2.5.0.9999,dclibx
2.5.0.9999 -
DCPCrypt:
dcpcrypt
2.0.4.2 -
TAChart:
TAChartLazarusPkg
1.0,TAChartBgra
1.0 -
MapViewer:
lazMapViewerPkg
0.2.4+,lazmapviewer_bgra
0.2.4+ -
BGRA Bitmap:
BGRABitmapPack
11.5.6+ -
BGRA Controls:
bgracontrols
7.7+ -
Virtual Tree View:
laz.virtualtreeview_package
5.5.3.1 -
FPSpreadsheet:
laz_fpspreadsheetexport_visual
1.16 -
ATFlatControls (fork):
atflatcontrols_package
2.1 -
Virtual DB Grid:
virtualdbgrid_package
0.1 -
Unique Instance:
uniqueinstance_package
1.1 -
Delphi GDI+ Library:
LazGDIPlus
1.2 Windows only -
MetaDarkStyle:
metadarkstyle
0.9+ Windows only
-
CBS:
cbs_pack
0.1; provided in the components folder, needs to be installed manually.
-
FPExif:
fpexif_pkg
0.1; provided in the components folder, needs to be installed manually.