-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathINSTALL
More file actions
58 lines (44 loc) · 1.47 KB
/
INSTALL
File metadata and controls
58 lines (44 loc) · 1.47 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Brief installation instructions.
R-scape v2.6.6 May 2026
http://eddylab.org/R-scape
----------------------------------------------------------------------------
Starting from a source distribution, R-scape_v2.6.6/:
move into new directory: cd R-scape_v2.6.6
configure: ./configure
build: make
install: make install
The newly compiled binary "R-scape" is in the R-scape_v2.6.6/bin directory.
You can run it from there.
For complete documentation, see the R-scape User's Guide
(R-scape_v2.5.5/documentation/R-scape_userguide.pdf).
The default installation produces executable: R-scape_v2.6.6/bin/R-scape
----------------------------------------------------------------------------
Starting from tarball: rscape_v2.6.6.tar.gz
tar xvf rscape_v2.6.6.tar.gz
cd rscape_v2.6.6/
==============================================
Mac arm
==============================================
./configure
make
make install
==============================================
Ubuntu-linux-22-04-02
==============================================
./configure --build=aarch64-unknown-linux-gnu
make
make install
==============================================
Rocky Linux release 8.10 (Green Obsidian)
=============================================
cd lib/R2R/R2R-current
autoreconf -f -i
./configure
cd ../../../
./configure
make
make install
-------------------------------------------------------------
The R-scape development team
Elena Rivas
elenarivas@fas.harvard.edu