Hi,
I ran Fedora 29 with Orca master for some time. Try the following steps after cloning the orca repo.
1. sudo dnf install "Development Tools" (include the quote marks). 2. sudo dnf install "Development Libraries" (include the quote marks). 3. sudo dnf builddep orca 4. sudo dnf install python3.7 (if it is already installed, good). 5. sudo dnf install yelp-tools (if already installed, good). 6. CD to the orca repo. 7. PYTHON=/usr/bin/python3.7 ./autogen.sh (resolve any config dependencies if any). 8. Repeat step 7 until the config comes up clean. 9. sudo make 10. sudo make install 11. orca --replace
This should work. If not post up new info.
On 2/14/19 2:48 AM, Nimer Jaber via
orca-list wrote:
|