Skip to content

Commit 0432fa3

Browse files
Update build.md
Removing unnecessary line breaks
1 parent 2516759 commit 0432fa3

1 file changed

Lines changed: 15 additions & 14 deletions

File tree

build.md

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,35 +2,36 @@
22

33

44
1. Download the Perforce C++ API from the Perforce FTP site at
5-
<ftp://ftp.perforce.com/perforce>. \
5+
<ftp://ftp.perforce.com/perforce> . \
66
The API archive is located in release and platform-specific subdirectories and is named
7-
*"p4api-glibc2.3-openssl1.1.1.tgz".<br>*
7+
*"p4api-glibc2.3-openssl1.1.1.tgz".*
88

99
**Note: 32-bit builds of P4Ruby require a 32-bit version of the C++ API and a 32-bit version of Ruby.\
10-
           64-bit builds of P4Ruby require a 64-bit version of the C++ API and a 64-bit version of Ruby.<br>**
11-
Unzip the archive into an empty directory.<br>
10+
           64-bit builds of P4Ruby require a 64-bit version of the C++ API and a 64-bit version of Ruby.**
11+
12+
Unzip the archive into an empty directory.
1213

13-
2. Extract the P4Ruby API archive into a new, empty directory.<br>
14+
2. Extract the P4Ruby API archive into a new, empty directory.
1415

15-
3. Execute the build commands:<br>
16+
3. Execute the build commands:
1617

1718
*bundle install \
1819
bundle exec rake compile -- --with-p4api_dir=<absolute path to Perforce C++ API> \
19-
           --with-ssl-dir=<absolute path to OpenSSL libraries matching Perforce C++ API><br>*
20+
           --with-ssl-dir=<absolute path to OpenSSL libraries matching Perforce C++ API>*
2021

2122
OR pass through environment variables\
22-
*bundle exec rake compile p4api_dir=<*absolute path to Perforce C++ API*><br>*
23+
*bundle exec rake compile p4api_dir=<absolute path to Perforce C++ API>*
2324

24-
**Note: If the --p4api_dir flag is not provided, P4Ruby will attempt\
25-
to download and extract correct version of Perforce C++ API<br>**
25+
**Note: If the --p4api_dir flag is not provided, P4Ruby will attempt
26+
to download and extract correct version of Perforce C++ API**
2627

27-
4. Test your distribution.<br>
28+
4. Test your distribution.
2829

29-
*bundle exec rake test<br>*
30+
*bundle exec rake test*
3031

31-
Tests require the perforce server binary (p4d) present in the path.<br>
32+
Tests require the perforce server binary (p4d) present in the path.
3233

33-
5. Install P4Ruby into your local gem cache:<br>
34+
5. Install P4Ruby into your local gem cache:
3435

3536
*bundle exec rake install*
3637

0 commit comments

Comments
 (0)