-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphcinstall.html
More file actions
34 lines (29 loc) · 739 Bytes
/
phcinstall.html
File metadata and controls
34 lines (29 loc) · 739 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<HTML>
<HEAD>
<TITLE> PHCpack installation </TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF">
An <A HREF="https://alire.ada.dev" target=none>alire</A> workspace is provided.
<P>
The default configuration is for windows.
To change manually, replace the occurrences of the string <TT>windows</TT>
by <TT>linux</TT> in the files in the config folder.
</P>
<P>
Type <TT>alr build</TT> to build and <TT>alr clean</TT> to clean.
</P>
<P>
To test the <TT>libPHCpack</TT>, first type
<BR>
<TT>cp lib/libPHCpack.* src/lib</TT>
<BR>
and then navigate to the <TT>src/Julia</TT> folder and type
<BR>
<TT>julia showVersion.jl</TT>
<BR>
or navigate to the <TT>src/Python/PHCpy/phcpy</TT> folder and type
<BR>
<TT>python version.py</TT>
</P>
</BODY>
</HTML>