ucb-bar / berkeley-hardfloat

Other
271 stars 84 forks source link

How to include in my own projects? #77

Open Nerotos opened 1 year ago

Nerotos commented 1 year ago

Hello,

I wanted to ask what the best way to include these modules in my own projects would be? Given that the last release on Maven is a few years old, I guess you need to include the whole repository somehow? Thank you!

xlgforever commented 6 months ago

to build and publish it locally:

git clone https://github.com/ucb-bar/berkeley-hardfloat.git hardfloat    
cd hardfloat    
sbt publish-local

It may work, But I am not sure.

xxzh12 commented 3 months ago

to build and publish it locally:

git clone https://github.com/ucb-bar/berkeley-hardfloat.git hardfloat    
cd hardfloat    
sbt publish-local

It may work, But I am not sure.

It seems sbt publish-local -> sbt publishLocal, which works.