Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alyxazon authored Oct 25, 2023
1 parent d3c808a commit e1096fb
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -332,10 +332,11 @@ Error: Compillation: "saftbus/process.cpp:14:10: fatal error: linux/ioprio.h: No
Solution:

1. In Makefile.am
- line 405: delete 'saft-roundtrip-latency saft-standalone-roundtrip-latency'

- delete lines 486-490
```
- line 405: delete 'saft-roundtrip-latency saft-standalone-roundtrip-latency'
- delete lines 486-490

```make
saft_roundtrip_latency_LDADD = $(EB_LIBS) $(SIGCPP_LIBS) libsaftbus.la libsaft-proxy.la -ldl #-lltdl
saft_roundtrip_latency_SOURCES = src/saft-roundtrip-latency.cpp

Expand All @@ -344,7 +345,8 @@ saft_standalone_roundtrip_latency_SOURCES = src/saft-standalone-roundtrip-latenc
```

2. In saftbus/process.cpp, replace the entire code by
```

```cpp
#include "process.hpp"

#include <iostream>
Expand Down

0 comments on commit e1096fb

Please sign in to comment.