Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 1 addition & 10 deletions source/adv_install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -166,16 +166,7 @@ Compiling process
-------------------
Once you installed all the dependencies, it is time to start building the Cytnx source code.

**Option A. Compiling with script**

Starting from v0.7.6a, Cytnx provides a shell script **Install.sh**, which contains all the cmake arguments as a check list. To install, edit the script, un-comment and modify custom parameters in the corresponding lines. Then, simply execute this script:

.. code-block:: shell

$sh Install.sh


**Option B. Using cmake install**
**Using cmake install**
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe add a few sentences on how the preset work?

Copy link
Author

@IvanaGyro IvanaGyro Mar 20, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The commit for presets is not merged, so it's not available now. I will update the document in the future.


Please see the following steps for the standard cmake compiling process and all the compiling options:

Expand Down