Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
open-source
PublicDecompWT
Commits
8f4fe463
Commit
8f4fe463
authored
Oct 22, 2021
by
m.bottaccio@bopen.eu
Browse files
Update README.md with instructions on how to build the conda packages
parent
df5e91a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
8f4fe463
...
...
@@ -23,6 +23,15 @@ The compiled image will be stored in the `xRITDecompress` directory (image name
-
To clean, navigate into PublicDecompWT folder and run "nmake /f makefile.vc clean"
The procedure has been tested with Visual Studio Community 2019
### Build the conda package
-
It is possible to build the conda package for Linux and Windows (64 bit)
-
Prerequisites:
-
both platforms:
`conda`
and
`conda-build`
must be installed
-
Windows: Visual Studio Community 2019 must be installed
-
Navigate to the
`conda`
folder in PublicDecompWT and execute:
`conda build .`
## Windows and Cygwin
The source code is reported to be compilable with cygwin64, but the feature is not supported officially
...
...
@@ -48,4 +57,4 @@ $ xRITDecompress.exe $XRITFilename
The output is the decompressed XRITFile in the current directory (same file name without extension
`C`
).
# Testing
Under Linux/Unix you can run
`make testDx`
to verify the software works correctly.
\ No newline at end of file
Under Linux/Unix you can run
`make testDx`
to verify the software works correctly.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment