Skip to content

Commit 9f5f899

Browse files
author
Kasper Peeters
committed
Doc updates.
1 parent ca1ae06 commit 9f5f899

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ endif()
579579
if(WIN32)
580580
add_custom_target(windows-installer
581581
COMMAND cpack
582-
COMMAND "/c/Program Files (x86)/Windows Kits/10/App Certification Kit/signtool" sign /v /n "Kasper Peeters" /tr http://timestamp.globalsign.com/?signature=sha2 /td sha256 cadabra2-${CADABRA_VERSION_MAJOR}.${CADABRA_VERSION_MINOR}.${CADABRA_VERSION_PATCH}-win64.exe
582+
COMMAND osslsigncode sign -pkcs12 "/mnt/c/path/to/certificate.p12" -pass "certificate password" -n "Cadabra2" -i "https://cadabra.science" -t "http://timestamp.comodoca.com/authenticode" -in "cadabra2-${CADABRA_VERSION_MAJOR}.${CADABRA_VERSION_MINOR}.${CADABRA_VERSION_PATCH}-win64.exe" -out "cadabra2-${CADABRA_VERSION_MAJOR}.${CADABRA_VERSION_MINOR}.${CADABRA_VERSION_PATCH}-win64-installer.exe"
583583
)
584584
endif()
585585

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,7 @@ Then install a compiler and the dependencies of Cadabra with::
403403
pacman -S mingw-w64-ucrt-x86_64-cmake
404404
pacman -S mingw-w64-ucrt-x86_64-python-matplotlib
405405
pacman -S mingw-w64-ucrt-x86_64-python-sympy
406+
pacman -S mingw-w64-ucrt-x86_64-osslsigncode
406407
pacman -S git
407408

408409
Checkout Cadabra and build::
@@ -419,8 +420,7 @@ This will leave an installation in `Program Files (x86)/Cadabra`, from where
419420
you can start `cadabra2-gtk`.
420421

421422
To build an installer, simply run `cpack` after having built
422-
Cadabra. To sign the installer, you need `signtool` from the Windows
423-
SDK, available from https://go.microsoft.com/fwlink/?LinkID=698771.
423+
Cadabra.
424424

425425

426426
Building a Jupyter kernel

web2/cadabra2/source/download.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,12 +168,17 @@ <h2>Binary packages</h2>
168168
<div class="distrotxt">
169169
A Windows installer for Cadabra is finally available again. There
170170
are some rough edges that still need to be fine-tuned, but it
171-
seems to be mostly functional. Download
171+
seems to be mostly functional, including plotting. Download
172172
the <a href="https://github.com/kpeeters/cadabra2/releases/latest">Windows
173173
installer (x86_64) from the github release page</a>. All batteries
174174
are included so you do not need to install anything else. Many
175175
thanks to Dominic Price for doing most of the work a few years ago.
176176
</div>
177+
<div class="distrotxt">
178+
Once installed, navigate to your installation folder and
179+
start <tt>cadabra2-gtk</tt> (sorry, no start menu entry yet). There are
180+
some sample notebooks in the <tt>Examples</tt> folder.
181+
</div>
177182
</div>
178183

179184
<div class="distrotype">

0 commit comments

Comments
 (0)